1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 2 | Xml() throws Exception {↵
|
| | | 3 | executeJspCompile("testXml", "xml_jsp.java");↵
|
| | | 4 | }↵
|
|
|
| | | 5 | /**↵
|
| | | 6 | * try a keyword in a file↵
|
4 | }↵ | | 7 | ↵
|
| | | 8 | */↵
|
5 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 9 | public void test↵
|
6 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
7 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | 10 | Keyword() throws Exception {↵
|
| | | 11 | executeJspCompile("testKeyword", "default_jsp.java");↵
|
| | | 12 | }↵
|
|
|
| | | 13 | /**↵
|
| | | 14 | * what happens to 1nvalid-classname↵
|
8 | }↵ | | 15 | ↵
|
| | | 16 | */↵
|
9 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | 17 | public void test↵
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
11 | "testRecreateZipfilesetWithUpdateNewerFile↵ | | 18 | InvalidClassname() throws Exception {↵
|
| | | 19 | executeJspCompile("testInvalidClassname",↵
|
12 | ");↵ | | 20 | "_1nvalid_0002dclassname_jsp.java");↵
|
13 | | | 21 |
|