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