Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-359

Buildr incorrectly reports test failures with ScalaTest 1.0.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.5
    • 1.4
    • Test frameworks
    • None
    • 1.0.1-for-scala-2.8.0.Beta1-RC5-with-test-interfaces-0.2-SNAPSHOT, Scala 2.8 RC6, ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]

    Description

      Buildr incorrectly determines when the unit tests are done because ScalaCheck changed it's completed output string. I've trace the bug to the following file:

      buildr-1.3.5-x86-mswin32\lib\buildr\scala\tests.rb

      See the patch below for details

      130c130
      < completed |= (line =~ /Run completed/)

      > completed |= (line =~ /Run completed\./)

      In case it's not obvious, I removed a \. from the end of the regex string. Enjoy!

      Attachments

        Activity

          People

            Unassigned Unassigned
            leo.herbie Travis Schneeberger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified