1 | void testNoRecreateBasedirExcludesWithoutUpdate() {↵ | | 1 | void test↵
|
2 | testNoRecreate("testNoRecreateBasedirExcludesWithoutUpdate↵ | | 2 | FilesmatchDifferentEol() {↵
|
3 | ");↵ | | 3 | executeTarget("filesmatch-different-eol");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testNoRecreateZipfilesetExcludesWithUpdate() {↵ | | 5 | public void test↵
|
6 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate↵ | | 6 | FilesmatchSameEol() {↵
|
7 | ");↵ | | 7 | executeTarget("filesmatch-same-eol");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵ | | 9 | public void test↵
|
10 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate");↵ | | |
|
11 | }↵ | | |
|
|
12 | public void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | |
|
13 | testRecreate("test4",↵ | | |
|
14 | "testRecreateZipfilesetWithoutUpdateAdditionalFile↵ | | 10 | FilesmatchNeitherExist() {↵
|
| | | 11 | executeTarget("filesmatch-neitherexist");↵
|
| | | 12 | }↵
|
|
| | | 13 | public void testContains() {↵
|
15 | s");↵ | | 14 | expectPropertySet("contains","contains");↵
|
16 | | | 15 |
|