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 216103 - +40 broken tests
Summary: +40 broken tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-29 13:06 UTC by Vladimir Voskresensky
Modified: 2012-10-23 21:43 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 Vladimir Voskresensky 2012-07-29 13:06:03 UTC
since 
http://hg.netbeans.org/releases/rev/7c8e19a8f0d6

there are +40 failed tests.
I.e. NPEs
java.lang.NullPointerException
	at org.netbeans.modules.cnd.remote.test.RemoteBuildTestBase.prepareSampleProject(RemoteBuildTestBase.java:220)
	at org.netbeans.modules.cnd.remote.test.RemoteBuildTestBase.prepareSampleProject(RemoteBuildTestBase.java:204)
	at org.netbeans.modules.cnd.remote.fs.RemoteCodeModelTestCase.processSample(RemoteCodeModelTestCase.java:99)
	at org.netbeans.modules.cnd.remote.fs.RemoteCodeModelTestCase.testQuoteSolStudio(RemoteCodeModelTestCase.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:97)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:413)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:339)
	at java.lang.Thread.run(Unknown Source)
Comment 1 Alexander Simon 2012-07-30 09:32:19 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/1fb1e0d83684
Comment 2 Quality Engineering 2012-07-31 02:34:07 UTC
Integrated into 'main-golden', will be available in build *201207310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1fb1e0d83684
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #216103 +40 broken tests