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 209456

Summary: "null" message in "Test Results" tab
Product: utilities Reporter: soldatov <soldatov>
Component: Test RunnerAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: issues, theofanis
Priority: P2 Keywords: REGRESSION
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 209219    
Attachments: screenshot

Description soldatov 2012-03-12 10:53:54 UTC
Created attachment 116592 [details]
screenshot

Scenario:
- Create C/C++ Application project
- Call context menu on Test Files folder
- Select "New C++ Simple Test ..."
- Push Finish button
- Launch test
==> "1 test passed, null, 1 test failed, null.(0,0 s)"
What is null?
Comment 1 Vladimir Voskresensky 2012-03-12 16:37:50 UTC
The same issue when I run tests in Java project.
someone familiar with test runner, could you evaluate, please.
We have 10 failing tests due to this issue.
Comment 2 Theofanis Oikonomou 2012-03-12 17:52:08 UTC
I am sorry but I followed your scenario and I cannot reproduce. 
All I get is "1 test passed, 1 test failed.(0.0 s)"

Could you please give me some more details?
Comment 3 Jesse Glick 2012-03-12 18:44:43 UTC
Happening to me too in 20120312-6e0b21cb5c1f. Just ran XMLUtilTest and saw

"23 tests passed, null, 1 test failed, null."

I think caused by e2eb2c4b8b80.
Comment 4 Jesse Glick 2012-03-12 21:34:52 UTC
core-main #ca7a78ae19b6
Comment 5 Quality Engineering 2012-03-15 12:30:50 UTC
Integrated into 'main-golden', will be available in build *201203150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ca7a78ae19b6
User: Jesse Glick <jglick@netbeans.org>
Log: #209456: "null" message in "Test Results" tab