1 | void setUp() {↵ | | 1 | void ↵
|
2 | configureProject("src/etc/testcases/taskdefs/conditions/typefound.xml↵ | | 2 | testTestBzip2TarTask() throws java.io.IOException {↵
|
3 | ");↵ | | 3 | testLogoExtraction("testBzip2TarTask");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testTask() {↵ | | 5 | public void testSrcDirTest() {↵
|
6 | expectPropertySet("testTask", "testTask");↵ | | 6 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testUndefined() {↵ | | 8 | public void testEncoding() {↵
|
9 | expectBuildExceptionContaining("testUndefined","left out the name attribute", "No type specified↵ | | 9 | expectSpecificBuildException("encoding",↵
|
| | | 10 | "<untar> overrides setEncoding.",↵
|
| | | 11 | "The untar task doesn't support the "↵
|
10 | ");↵ | | 12 | + "encoding attribute");↵
|
11 | } | | 13 | }
|