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 - Rerun button does not work when used with individual test files in Rails 3 apps
Summary: Rerun button does not work when used with individual test files in Rails 3 apps
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 12:19 UTC by RobNichols
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Success single file test (67.08 KB, image/png)
2010-11-10 12:19 UTC, RobNichols
Details

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