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 97391 - Failure in SourcePathImplementationTest
Summary: Failure in SourcePathImplementationTest
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://beetle.czech.sun.com:8080/unit...
Keywords: TEST
Depends on:
Blocks: 49026
  Show dependency tree
 
Reported: 2007-03-07 14:43 UTC by Milan Kubec
Modified: 2007-03-26 16:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2007-03-07 14:43:13 UTC
Failure in SourcePathImplementationTest:

junit.framework.AssertionFailedError: expected:<[includes]> but was:<[roots,
entries, includes]>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:71)
at
org.netbeans.modules.java.j2seproject.classpath.SourcePathImplementationTest.testIncludesExcludes(SourcePathImplementationTest.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Comment 1 Jesse Glick 2007-03-14 17:13:42 UTC
I cannot reproduce, nor guess why it would fail, so I am trying to make the
failure more informative:

Checking in SourcePathImplementationTest.java;
/shared/data/ccvs/repository/java/j2seproject/test/unit/src/org/netbeans/modules/java/j2seproject/classpath/SourcePathImplementationTest.java,v
 <--  SourcePathImplementationTest.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Jesse Glick 2007-03-26 16:34:54 UTC
Hasn't been run on the machines it was failing on; passing on other XP machines.
No failures since the last commit.