Skip to content

Commit

Permalink
Removing redundant test for title in dataset view as of 7ca7298
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 25, 2011
1 parent 5ce5414 commit 131f281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/view-test.js
Expand Up @@ -22,8 +22,6 @@ test("DatasetFullView", function () {
});
view.render();
var tmpl = $(view.el);
var title = tmpl.find('.title a').text();
equals(title, 'A Wonderful Story');

$('.action-add-resource').click();
var out = tmpl.find('form.resource');
Expand Down

0 comments on commit 131f281

Please sign in to comment.