This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50151 - Test failures "testdir exists:" in ant unit stable tests
Summary: Test failures "testdir exists:" in ant unit stable tests
Status: CLOSED DUPLICATE of bug 50156
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 09:03 UTC by Milan Kubec
Modified: 2006-03-24 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
failure stack traces (3.34 KB, text/plain)
2004-10-08 09:23 UTC, Milan Kubec
Details
failure stack traces (2.26 KB, text/plain)
2004-10-08 09:24 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2004-10-08 09:03:48 UTC
[custom 20041008]

Ant stable unit tests failures. For details see
attached file. Failed tests are:
testSimpleUsage
testBasicImportAndOverrides
testImportedDefaultAndDifferentBasedir

junit.framework.AssertionFailedError: testdir
exists:
E:\sources\netbeans\trunk\ant\test/test/unit/data
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at
junit.framework.Assert.assertNotNull(Assert.java:220)
	at
org.apache.tools.ant.module.api.support.TargetListerTest.setUp(TargetListerTest.java:56)
Comment 1 Milan Kubec 2004-10-08 09:22:43 UTC
There are more of those filed tests, complete list is:
TargetListerTest.testSimpleUsage
TargetListerTest.testBasicImportAndOverrides
TargetListerTest.testImportedDefaultAndDifferentBasedir
AntProjectChildrenTest.testBasicChildren
AntProjectChildrenTest.testImportedChildren

Comment 2 Milan Kubec 2004-10-08 09:23:40 UTC
Created attachment 18155 [details]
failure stack traces
Comment 3 Milan Kubec 2004-10-08 09:24:03 UTC
Created attachment 18156 [details]
failure stack traces
Comment 4 Jesse Glick 2004-10-08 16:15:31 UTC

*** This issue has been marked as a duplicate of 50156 ***
Comment 5 Milan Kubec 2004-11-03 13:03:18 UTC
Verified.