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 151725 - %TEST_RESULT_CHANGED% token from test runner printed in the OW
Summary: %TEST_RESULT_CHANGED% token from test runner printed in the OW
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 14:39 UTC by Martin Krauskopf
Modified: 2009-02-19 23:02 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 Martin Krauskopf 2008-10-29 14:39:51 UTC
Create test class with code like this:


  require 'test/unit'

  class XmlPrinterTest < Test::Unit::TestCase

    def test_basics
      print "aaa"
    end
    
  end


Run it. The result in the OW:


  aaa%TEST_RESULT_CHANGED% 1 tests, 0 assertions, 0 failures, 0 errors

  Finished in 0.0 seconds.
  1 tests, 0 failures, 0 errors
Comment 1 Erno Mononen 2008-11-14 21:30:33 UTC
Thanks for the catch, should be fixed now in a191bf218b5f (will push later).
Comment 2 Quality Engineering 2008-11-22 04:45:48 UTC
Integrated into 'main-golden', will be available in build *200811220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a191bf218b5f
User: Erno Mononen <emononen@netbeans.org>
Log: #151725: %TEST_RESULT_CHANGED% token from test runner printed in the OW