1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithUpdateAdditionalFil↵ | | 2 | ScenarioCoreSelectorDefaults() {↵
|
4 | es");↵ | | 3 | doScenarioTest("modifiedselectortest-scenario-coreselector-defaults", "cache.properties");↵
|
5 | }↵ | | 4 | }↵
|
|
|
6 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 5 | public void test↵
|
7 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
8 | "testRecreateZipfilesetWithoutUpdateNewerFile↵ | | 6 | ScenarioCoreSelectorSettings() {↵
|
9 | ");↵ | | 7 | doScenarioTest("modifiedselectortest-scenario-coreselector-settings", "core.cache.properties");↵
|
10 | }↵ | | 8 | }↵
|
|
|
11 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | 9 | public void test↵
|
12 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
13 | "testRecreateZipfilesetWithUpdateNewerFile↵ | | 10 | ScenarioCustomSelectorSettings() {↵
|
14 | ");↵ | | 11 | doScenarioTest("modifiedselectortest-scenario-customselector-settings", "core.cache.properties");↵
|
15 | | | 12 |
|