From: Jason Woofenden Date: Thu, 24 Dec 2015 17:41:22 +0000 (-0500) Subject: run "pending spec changes" tests too X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=commitdiff_plain;h=e7cac479773cf44f9ae28a3f559cef095b19e361 run "pending spec changes" tests too --- diff --git a/test.coffee b/test.coffee index 327f800..6ebcaa3 100644 --- a/test.coffee +++ b/test.coffee @@ -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