PatchApplierTest: Remove test data with Apache license

Some test data introduced in [1] includes code with Apache
license. This triggers warnings in license analyzers.

Remove the licensed files and the test case as a quick relief. We
should restore the test with appropiate data in a follow-up change.

[1] https://git.eclipse.org/r/c/jgit/jgit/+/197724

Change-Id: I42670dc7d994f77d2c7f2c2156bcf1e112374022
This commit is contained in:
Ivan Frade 2023-02-02 15:02:13 -08:00 committed by Han-Wen NIenhuys
parent 5166ded098
commit ff74708466
4 changed files with 0 additions and 8 deletions

View File

@ -735,14 +735,6 @@ public void testRemoveNewlineAtEndAutoCRLF_input() throws Exception {
}
}
@Test
public void testEditExample() throws Exception {
init("z_e", true, true);
Result result = applyPatch();
verifyChange(result, "z_e");
}
@Test
public void testEditNoNewline() throws Exception {
init("z_e_no_nl", true, true);