Added max_ulpoad_sze property to web (not used yet), and redesigned edit_web page a little.

This commit is contained in:
Alexey Verkhovsky 2005-01-30 06:11:00 +00:00
parent 5ea3f93bf9
commit 9a5a195c47
3 changed files with 72 additions and 57 deletions

View file

@ -116,6 +116,7 @@ class WebTest < Test::Unit::TestCase
assert !web.brackets_only
assert !web.count_pages
assert web.allow_uploads
assert_equal 100, web.max_upload_size
end