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 - "null" message in "Test Results" tab
Summary: "null" message in "Test Results" tab
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks: 209219
  Show dependency tree
 
Reported: 2012-03-12 10:53 UTC by soldatov
Modified: 2012-03-15 12:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (124.94 KB, image/png)
2012-03-12 10:53 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
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