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 238763 - Failing SvnClientInvocationHandlerTest
Summary: Failing SvnClientInvocationHandlerTest
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-11-25 12:48 UTC by Jiri Skrivanek
Modified: 2013-11-27 08:20 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 Jiri Skrivanek 2013-11-25 12:48:20 UTC
Please, fix failing SvnClientInvocationHandlerTest. It fails since 201311240002 build. To reproduce:

 ant -k -f subversion test test-generate-html -Dtest.includes=**/SvnClientInvocationHandlerTest.class


junit.framework.AssertionFailedError: New methods ISVNClientAdapter.[getPropertiesIncludingInherited]. Is there a read-only method? expected:<0> but was:<1>
	at org.netbeans.modules.subversion.client.SvnClientInvocationHandlerTest.testClientMethods(SvnClientInvocationHandlerTest.java:153)

test4u.cz.oracle.com/view/StableBTD/job/StableBTD-trunk/lastCompletedBuild/testReport/
Comment 1 Ondrej Vrabec 2013-11-25 13:15:48 UTC
sorry about that

fix: http://hg.netbeans.org/core-main/rev/036ecb46385f
Comment 2 Quality Engineering 2013-11-27 02:36:03 UTC
Integrated into 'main-silver', will be available in build *201311270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/036ecb46385f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #238763 - Failing SvnClientInvocationHandlerTest