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 191792

Summary: Rerun button does not work when used with individual test files in Rails 3 apps
Product: ruby Reporter: RobNichols
Component: TestingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Success single file test

Description RobNichols 2010-11-10 12:19:02 UTC
Created attachment 102880 [details]
Success single file test

You can run an individual unit test file using 'Run file' option. This is very useful if you just want to test a small part of your application without having to rerun all the tests. This runs correctly and the output is as shown in the attached file.

However, if you click on the rerun button (two green triangles to top left of Test Results window), the test starts to rerun, but at the end of the process the correct output (left pane contents and summary line) are not displayed.

Note that if you rerun the test by right clicking on the test icon (green circle with white tick) and selecting 'Run Again' from the right click menu, the test runs again successfully with all output as it should be.