1 | void tearDown() {↵ | | 1 | void te↵
|
2 | executeTarget("cleanup↵ | | 2 | stTestBzip2TarTask() throws java.io.IOException {↵
|
3 | ");↵ | | 3 | testLogoExtraction("testBzip2TarTask");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testBasic() {↵ | | 5 | public void testSrcDirTest() {↵
|
6 | expectPropertySet("basic","basic");↵ | | 6 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testConditionIncomplete() {↵ | | 8 | public void testEncoding() {↵
|
9 | expectSpecificBuildException("condition-incomplete",↵ | | 9 | expectSpecificBuildException("encoding",↵
|
10 | "property attribute has been omitted",↵ | | 10 | "<untar> overrides setEncoding.",↵
|
11 | "The property attribute is required.↵ | | 11 | "The untar task doesn't support the "↵
|
12 | ");↵ | | 12 | + "encoding attribute");↵
|
13 | } | | 13 | }
|