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 44894 - failure in testDeleteInvalidatesCreateCreates
Summary: failure in testDeleteInvalidatesCreateCreates
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: TEST
Depends on:
Blocks: 43315
  Show dependency tree
 
Reported: 2004-06-15 17:06 UTC by pzajac
Modified: 2008-12-22 19:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.50 KB, text/plain)
2004-06-15 17:07 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-06-15 17:06:33 UTC
[200406141800]
Test Suite org.openide.loaders.DataShadowTest

testDeleteInvalidatesCreateCreates:

      junit.framework.AssertionFailedError:
Previous is not valid anymore
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at
org.openide.loaders.DataShadowTest.doDeleteInvalidatesCreateCreates(DataShadowTest.java:121)
Comment 1 pzajac 2004-06-15 17:07:37 UTC
Created attachment 15713 [details]
exception stacktrace
Comment 2 Jaroslav Tulach 2004-07-03 19:26:05 UTC
I looked at the failing test and the problem is caused by a fix to
43315. I've reopened that issue.
Comment 3 _ ttran 2004-07-04 00:18:09 UTC
please don't open the other bug in case of regression caused by its
fix.  The regression should be tracked separately (like in this case).
 We reopen the first bug only if we have to revert the fix.

This doesn't exclude the possibility that we may have to refix the
original bug differently.

Comment 4 Jaroslav Tulach 2004-07-04 01:50:43 UTC
Ok. Sorry.
Comment 5 Jaroslav Tulach 2004-07-28 15:22:05 UTC
openide/test/unit/src/org/openide/loaders/DataShadowTest.java,v  <-- 
DataShadowTest.java
new revision: 1.8
Comment 6 pzajac 2004-08-10 10:13:26 UTC
v