1 | void testFilesmatchOddsizes() {↵ | | 1 | void test↵
|
2 | expectPropertyUnset("filesmatch-oddsizes","filesmatch-oddsiz↵ | | 2 | RecreateWithUpdateAdditionalFiles() {↵
|
3 | es");↵ | | 3 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testFilesmatchExistence() {↵ | | 5 | public void test↵
|
6 | expectPropertyUnset("filesmatch-existence", "filesmatch-existenc↵ | | 6 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 7 | testRecreate("testRecreateNewerFileSetup",↵
|
7 | e");↵ | | 8 | "testRecreateWithoutUpdateNewerFile");↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testFilesmatchDifferent() {↵ | | 10 | public void test↵
|
10 | expectPropertyUnset("filesmatch-different","filesmatch-different↵ | | 11 | RecreateWithUpdateNewerFile() {↵
|
| | | 12 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | ");↵ | | 13 | "testRecreateWithUpdateNewerFile");↵
|
12 | } | | 14 | }
|