Skip to content

Commit

Permalink
Comment tests still failing on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroluz committed Dec 11, 2013
1 parent 493573e commit 9224f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/recipe/codeanalysis/tests/test_jshint.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_analysis_should_return_false_when_error_found(self):
# ' line 1, col 84, Use \'===\' to compare with \'\'. (W041)\n' \
# '{0[directory]}/warnings.js: line 1, col 141, Use \'===\' to' \
# ' compare with \'null\'. (W041)\n{0[directory]}/warnings.js:' \
# ' line 1, col 170, Use \'===\' to compare with \'null\'. (W041)' \
# ' line 1, col 170, Use \'===\' to compare with \'null\'. (W041)' \
# '\n\n4 errors\n'.format(self.options)
# output = run_cmd(self.options, False)
# self.assertEqual(output, expected_output)
Expand Down

0 comments on commit 9224f90

Please sign in to comment.