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 231576 - Failing org.netbeans.modules.subversion.ui.diff.RevisionSetupSupportTest
Summary: Failing org.netbeans.modules.subversion.ui.diff.RevisionSetupSupportTest
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-06-20 14:07 UTC by Jiri Skrivanek
Modified: 2013-06-25 02:44 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-06-20 14:07:43 UTC
Please, fix org.netbeans.modules.subversion.ui.diff.RevisionSetupSupportTest.
To reproduce:

ant -f subversion test -Dtest.includes=**/RevisionSetupSupportTest.class
Comment 1 Ondrej Vrabec 2013-06-21 09:33:35 UTC
passes for me locally and it does not fail on our test server either: http://vcs-test.cz.oracle.com:8080/job/vesioning/2066/testReport/org.netbeans.modules.subversion.ui.diff/RevisionSetupSupportTest/
Comment 2 Ondrej Vrabec 2013-06-21 09:36:43 UTC
http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.4/jdk=JDK%207,label=XP-slave2/5/testReport/org.netbeans.modules.subversion.ui.diff/RevisionSetupSupportTest/testDiffModifiedDifferentNames/?
right?

Fails because of:
java.io.IOException: Cannot run program "svnadmin": CreateProcess error=2, The system cannot find the file specified
Jirko, can you correctly setup hudson4qe and install subversion commandline client there? If not please let me know how to disable the test on hudson4qe or you can disable the test yourself
Comment 3 Ondrej Vrabec 2013-06-21 10:09:45 UTC
disabling the test for now. If you're able to setup the server so the test can run there, enable it again.

fix: http://hg.netbeans.org/core-main/rev/e75bd8900a69
Comment 4 Jiri Skrivanek 2013-06-21 10:43:44 UTC
OK, keep it disabled for now.
Comment 5 Quality Engineering 2013-06-25 02:44:09 UTC
Integrated into 'main-golden', will be available in build *201306242301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e75bd8900a69
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231576 - Failing org.netbeans.modules.subversion.ui.diff.RevisionSetupSupportTest
disabling the test in the test distribution