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 262767 - testChangeDirectoryLink fails for 41 build
Summary: testChangeDirectoryLink fails for 41 build
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 11:43 UTC by Alexander Simon
Modified: 2016-07-22 01:51 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 Alexander Simon 2016-07-11 11:43:20 UTC
Exeption:
junit.framework.AssertionFailedError: Old implementor should be be invalid
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertFalse(Assert.java:39)
	at junit.framework.TestCase.assertFalse(TestCase.java:210)
	at org.netbeans.modules.remote.impl.fs.RemoteLinksChangeLinkTestCase.testChangeDirectoryLink(RemoteLinksChangeLinkTestCase.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:102)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:478)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:404)
	at java.lang.Thread.run(Thread.java:745)
Comment 1 Alexander Simon 2016-07-11 11:51:21 UTC
temporary disable test in change set:
http://hg.netbeans.org/cnd-main/rev/8927f83c5be7
Comment 2 Quality Engineering 2016-07-12 01:52:43 UTC
Integrated into 'main-silver', will be available in build *201607120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8927f83c5be7
User: Alexander Simon <alexvsimon@netbeans.org>
Log: work around Bug #262767 testChangeDirectoryLink fails for 41 build
- temporary disable test
Comment 3 Vladimir Kvashin 2016-07-20 20:55:09 UTC
I think the reason is exactly the same as for issue 262766

*** This bug has been marked as a duplicate of bug 262766 ***
Comment 4 Alexander Simon 2016-07-21 03:04:57 UTC
(In reply to Vladimir Kvashin from comment #3)
> I think the reason is exactly the same as for issue 262766
> 
> *** This bug has been marked as a duplicate of bug 262766 ***

Did you roll back 8927f83c5be7 ?
Comment 5 Vladimir Kvashin 2016-07-21 09:32:04 UTC
Now I did. Thank you.
http://hg.netbeans.org/cnd-main/rev/ae51a06030c5
Comment 6 Quality Engineering 2016-07-22 01:51:47 UTC
Integrated into 'main-silver', will be available in build *201607220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae51a06030c5
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #262767 - testChangeDirectoryLink fails for 41 build