Defined externals (for Rails modules), replaced .cvsignore files with svn:ignore properties

This commit is contained in:
Alexey Verkhovsky 2005-01-15 21:10:38 +00:00
parent 223b2bec6c
commit 10214ebb26
7 changed files with 6 additions and 11 deletions

View file

@ -154,7 +154,7 @@ class WikiControllerTest < Test::Unit::TestCase
assert_success
assert_equal 'application/zip', r.headers['Content-Type']
assert_equal 'attachment', r.headers['Content-Disposition']
assert_match /attachment; filename="wiki1-html-\d\d\d\d-\d\d-\d\d-\d\d-\d\d-\d\d.zip"/, r.headers['Content-Disposition']
# TODO assert contents of the output file
end
@ -163,7 +163,7 @@ class WikiControllerTest < Test::Unit::TestCase
assert_success
assert_equal 'application/zip', r.headers['Content-Type']
assert_equal 'attachment', r.headers['Content-Disposition']
assert_match /attachment; filename="wiki1-textile-\d\d\d\d-\d\d-\d\d-\d\d-\d\d-\d\d.zip"/, r.headers['Content-Disposition']
# TODO assert contents of the output file
end