Skip to content

Commit

Permalink
Tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Apr 2, 2013
1 parent c4e3d0d commit 2470366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/arialinter_test.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports['General Rules'] = {




linter.initialize(uri, function(){ linter.initialize(uri, function(){
test.equal(linter.evaluate(), true, 'All the images should have the alt attr'); test.equal(linter.evaluate(), false, 'All the images should have the alt attr');
test.done(); test.done();
}); });
}, },
Expand All @@ -45,7 +45,7 @@ exports['General Rules'] = {




linter.initialize(uri, function(){ linter.initialize(uri, function(){
test.equal(linter.evaluate(), true, 'Should fail because images doesnt have alt'); test.equal(linter.evaluate(), false, 'Should fail because images doesnt have alt');
test.done(); test.done();
}); });
}, },
Expand Down

0 comments on commit 2470366

Please sign in to comment.