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