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 58538 - Shortcuts folder failure on Netbeans 4.2 200505022115 1.5.0_03
Summary: Shortcuts folder failure on Netbeans 4.2 200505022115 1.5.0_03
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-05-03 15:48 UTC by Jaroslav Tulach
Modified: 2008-12-22 23:58 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 Jaroslav Tulach 2005-05-03 15:48:36 UTC
testShortcutsForDifferentFilesThanInstanceOrShadows: 
 
  
      junit.framework.AssertionFailedError: There is some action 
        at junit.framework.Assert.fail(Assert.java:47) 
        at junit.framework.Assert.assertTrue(Assert.java:20) 
        at junit.framework.Assert.assertNotNull(Assert.java:220) 
        at 
org.netbeans.core.ShortcutsFolderTest.testShortcutsForDifferentFilesThanInstanceOrShadows(ShortcutsFolderTest.java:441) 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
        at java.lang.reflect.Method.invoke(Method.java:585) 
        at junit.framework.TestCase.runTest(TestCase.java:154) 
        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:135) 
        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:118) 
        at org.netbeans.junit.NbTestCase.run(NbTestCase.java:122) 
        at junit.framework.TestSuite.runTest(TestSuite.java:208) 
        at junit.framework.TestSuite.run(TestSuite.java:203) 
        at 
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:176) 
        at 
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:127) 
        at 
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41)
Comment 1 David Simonek 2005-05-05 12:27:05 UTC
? Jardo, according to the cvs annotate you modified this test as last dev guy, I
never saw it, so please would you correct it...thanks.
Comment 2 Jaroslav Tulach 2005-06-07 18:10:26 UTC
No failure for a month. I guess it can be closed. 
Comment 3 Jaromir Uhrik 2005-07-14 16:18:14 UTC
Verified.
Comment 4 Jaroslav Tulach 2005-08-05 13:14:11 UTC
New failure on 200508011800 and also 200508041800  
 
testShortcutsForDifferentFilesThanInstanceOrShadows: 
 
  
      junit.framework.AssertionFailedError: There is some action 
        at junit.framework.Assert.fail(Assert.java:47) 
        at junit.framework.Assert.assertTrue(Assert.java:20) 
        at junit.framework.Assert.assertNotNull(Assert.java:220) 
        at 
org.netbeans.core.ShortcutsFolderTest.testShortcutsForDifferentFilesThanInstanceOrShadows(ShortcutsFolderTest.java:441) 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
        at java.lang.reflect.Method.invoke(Method.java:324) 
        at junit.framework.TestCase.runTest(TestCase.java:154) 
        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:135) 
        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:118) 
        at org.netbeans.junit.NbTestCase.run(NbTestCase.java:122) 
        at junit.framework.TestSuite.runTest(TestSuite.java:208) 
        at junit.framework.TestSuite.run(TestSuite.java:203) 
        at 
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:167) 
        at 
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:118) 
        at 
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41) 
Comment 5 Jaroslav Tulach 2005-09-14 11:06:09 UTC
I guess I do not need to care much until jjancura resuscitates the tests for  
shortcuts as requested in issue 64191. 
Comment 6 Jaromir Uhrik 2006-01-16 15:43:40 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.