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 222367 - Failing org.netbeans.modules.versioning.spi.VCSVisibilityQueryTest
Summary: Failing org.netbeans.modules.versioning.spi.VCSVisibilityQueryTest
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-11-19 10:05 UTC by Jiri Skrivanek
Modified: 2013-02-27 08:12 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 2012-11-19 10:05:47 UTC
It seems order of test cases is significant. Please, add suite() method to define order or make them order insensitive. To reproduce locally:

ant -k -f versioning test test-generate-html -Dtest.includes=**/VCSVisibilityQueryTest.class -Dtest-unit-sys-prop.NbTestCase.order=a-z

org.netbeans.modules.versioning.spi.VCSVisibilityQueryTest.testFireForAll
org.netbeans.modules.versioning.spi.VCSVisibilityQueryTest.testFireForFiles

http://hudson4qe.cz.oracle.com/job/StableBTD-7.3/50/testReport/
Comment 1 Tomas Stupka 2012-11-19 13:00:06 UTC
fixed in core-main #b887fd72dfe3
Comment 2 Quality Engineering 2012-11-21 13:48:09 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b887fd72dfe3
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #222367 - Failing org.netbeans.modules.versioning.spi.VCSVisibilityQueryTest