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