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 231731 - RepositoryRelocationTest unit test failed since build #8266 (Windows) (156 builds)
Summary: RepositoryRelocationTest unit test failed since build #8266 (Windows) (156 bu...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 15:42 UTC by Alexander Simon
Modified: 2013-07-04 02:22 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 2013-06-24 15:42:44 UTC
org.netbeans.modules.cnd.repository.layering.RepositoryRelocationTest.testRelocation unit test is failed with message:

Parse count after reloaction  expected:<0> but was:<13>
Comment 1 Vladimir Kvashin 2013-07-01 18:25:35 UTC
Should be fixed by
http://hg.netbeans.org/cnd-main/rev/526c5d74477b
Comment 2 Vladimir Kvashin 2013-07-02 18:27:54 UTC
The previous fix fixes all platform but Windows. The reason for failure on Window is quite different: relocation just does not work on Windows at all. Fixing...
Comment 4 Quality Engineering 2013-07-03 02:29:22 UTC
Integrated into 'main-silver', will be available in build *201307022300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/526c5d74477b
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fix for #231731 - RepositoryRelocationTest unit test failed
Comment 5 Quality Engineering 2013-07-04 02:22:02 UTC
Integrated into 'main-silver', will be available in build *201307032300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/20aefb7e8d8c
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed StringIndexOutOfBoundsException in tests (fixing #231731)