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 50156 - Test failures "have a dir" in ant unit stable tests
Summary: Test failures "have a dir" in ant unit stable tests
Status: CLOSED FIXED
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: TEST
: 50151 (view as bug list)
Depends on: 45947
Blocks:
  Show dependency tree
 
Reported: 2004-10-08 09:50 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.20 KB, text/plain)
2004-10-08 09:51 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:50:41 UTC
[custom 20041008]

Ant stable unit test failures. For details see
attached file. Failed tests are:
AntLoggerTest.testRunningAnt
AntLoggerTest.testLocationOfImportedTargetsWithoutLineNumbers
AntLoggerTest.testTaskdef

junit.framework.AssertionFailedError: have a dir
/space/test4u/cvswork/tests/netbeans/4.0/nb_all/ant/test/test/unit/data/antlogger
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.tools.ant.module.spi.AntLoggerTest.setUp(AntLoggerTest.java:60)
Comment 1 Milan Kubec 2004-10-08 09:51:01 UTC
Created attachment 18159 [details]
failure stack traces
Comment 2 Jesse Glick 2004-10-08 16:11:38 UTC
Simply an XTest configuration problem; the unit tests run fine from
top-level build.xml.
Comment 3 Jesse Glick 2004-10-08 16:15:30 UTC
*** Issue 50151 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2004-10-08 17:47:27 UTC
See #45947 for commit details.
Comment 5 Milan Kubec 2004-10-15 09:35:07 UTC
Verified.