Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 4084]
  • Loading branch information
drbrain committed Jul 23, 2008
1 parent fad87f4 commit b93eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_autotest.rb
Expand Up @@ -182,7 +182,7 @@ def test_find_files_to_test_dunno
files = { "fooby.rb" => Time.at(42) }
assert @a.find_files_to_test(files) # we find fooby,
assert_equal empty, @a.files_to_test # but it isn't something to test
assert_equal "Dunno! fooby.rb\n", @a.output.string
assert_equal "No tests matched fooby.rb\n", @a.output.string
end

def test_find_files_to_test_lib
Expand Down

0 comments on commit b93eb17

Please sign in to comment.