JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run "pending spec changes" tests too
authorJason Woofenden <jason@jasonwoof.com>
Thu, 24 Dec 2015 17:41:22 +0000 (12:41 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 24 Dec 2015 17:41:22 +0000 (12:41 -0500)
test.coffee

index 327f800..6ebcaa3 100644 (file)
@@ -7977,9 +7977,6 @@ test_parser = (args) ->
        if args.fragment? # hide fragment tests for now
                test_results.fragment += 1
                return
-       if args.name.substr(0, 20) is "pending-spec-changes" # hide for now
-               test_results.pending += 1
-               return
        wheic.debug_log_reset()
        parse_errors = []
        args.error_cb = (i) ->
@@ -8006,7 +8003,7 @@ test_parser = (args) ->
                test_results.passed += 1
                # console.log "passed \"#{args.name}\""
 test_summary = ->
-       console.log "Tests passed: #{test_results.passed}, Failed: #{test_results.failed}, fragment: #{test_results.fragment}, pending: #{test_results.pending}"
+       console.log "Tests passed: #{test_results.passed}, Failed: #{test_results.failed}, fragment: #{test_results.fragment}"
 
 
 next_test = 0