1 | void testXml() throws Exception {↵ | | 1 | void test↵
|
2 | executeJspCompile("testXml↵ | | 2 | BatchTestForkOnceToDir() {↵
|
3 | ", "xml_jsp.java");↵ | | 3 | assertResultFilesExist("testBatchTestForkOnceToDir", ".xml");↵
|
4 | }↵ | | 4 | }↵
|
|
|
5 | /**↵ | | 5 | /**↵
|
6 | * try a keyword in a file↵ | | |
|
7 | */↵ | | 6 | Bugzilla Report 32973 */↵
|
8 | public void testKeyword() throws Exception {↵ | | 7 | public void testBatchTestForkOnceExtension() {↵
|
9 | executeJspCompile("testKeyword", "default_jsp.java");↵ | | 8 | ↵
|
10 | }↵ | | |
|
|
|
11 | /**↵ | | |
|
12 | * what happens to 1nvalid-classname↵ | | |
|
13 | */↵ | | |
|
14 | public void testInvalidClassname() throws Exception {↵ | | |
|
15 | executeJspCompile("testInvalidClassname",↵ | | |
|
16 | "_1nvalid_0002dclassname_jsp.java↵ | | 9 | assertResultFilesExist("testBatchTestForkOnceExtension", ".foo");↵
|
| | | 10 | }↵
|
|
| | | 11 | public void testBatchTestForkOnceCustomFormatter() {↵
|
17 | ");↵ | | 12 | assertResultFilesExist("testBatchTestForkOnceCustomFormatter", "foo");↵
|
18 | | | 13 |
|