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

Summary: Failure in SourcePathImplementationTest
Product: java Reporter: Milan Kubec <mkubec>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://beetle.czech.sun.com:8080/unittest/TestCase.jsp?issues=39992
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 49026    

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.