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 97474 - Error in PathMatcherTest
Summary: Error in PathMatcherTest
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: TEST
Depends on:
Blocks: 49026
  Show dependency tree
 
Reported: 2007-03-08 13:28 UTC by Milan Kubec
Modified: 2007-03-14 17:01 UTC (History)
1 user (show)

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-08 13:28:25 UTC
Error in org.netbeans.spi.project.support.ant.PathMatcherTest

Might be problem with test machine configuration on qa-t4u-xp1.

java.io.IOException: Access is denied
	at java.io.WinNTFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:850)
	at
org.netbeans.spi.project.support.ant.PathMatcherTest.assertIncludedRoots(PathMatcherTest.java:118)
	at
org.netbeans.spi.project.support.ant.PathMatcherTest.testIncludedRoots(PathMatcherTest.java:148)
...
Comment 1 Jesse Glick 2007-03-13 01:01:25 UTC
I just tried running this test on my XP partition and it passed. But I think I
can guess why it might have gotten an error, so I will try to correct that.

Checking in PathMatcherTest.java;
/shared/data/ccvs/repository/ant/project/test/unit/src/org/netbeans/spi/project/support/ant/PathMatcherTest.java,v
 <--  PathMatcherTest.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Jesse Glick 2007-03-14 17:01:26 UTC
Passing now.