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 16546 - AutomountSupportTest fails
Summary: AutomountSupportTest fails
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2001-10-13 11:06 UTC by Jesse Glick
Modified: 2008-12-22 17:03 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 Jesse Glick 2001-10-13 11:06:22 UTC
I get this failure running tests:

junit.framework.AssertionFailedError: Filesystem is still in repository. Index:
1
	at junit.framework.Assert.fail(Assert.java:51)
	at
org.netbeans.core.AutomountSupportTest.testSavedAndDeleted(AutomountSupportTest.java:84)
	at java.lang.reflect.Method.invoke(Native Method)
	at junit.framework.TestCase.runTest(TestCase.java:166)
	at junit.framework.TestCase.runBare(TestCase.java:140)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:131)
	at junit.framework.TestSuite.runTest(TestSuite.java:173)
	at junit.framework.TestSuite.run(TestSuite.java:168)
	at org.netbeans.xtest.junit.JUnitTestRunnerExt.run(Unknown Source)
	at org.netbeans.xtest.junit.JUnitTestRunnerExt.main(Unknown Source)

If this is a known problem, please move this test into the 'failing'
configuration.
Comment 1 Jaroslav Tulach 2001-10-17 16:54:23 UTC
rev. 1.28 improved the waiting capability. All three tests pass.
Comment 2 Quality Engineering 2003-07-01 16:07:18 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:51:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.