Defined externals (for Rails modules), replaced .cvsignore files with svn:ignore properties
This commit is contained in:
parent
223b2bec6c
commit
10214ebb26
7 changed files with 6 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue