Prohibit invalid URI characters in web names (JavaScript normally prevents from it, but it may be disabled)

This commit is contained in:
Alexey Verkhovsky 2005-03-26 00:00:49 +00:00
parent 759fbda8a0
commit d330c02186
3 changed files with 19 additions and 2 deletions

View file

@ -2,6 +2,7 @@ ENV['RAILS_ENV'] = 'test'
require File.expand_path(File.dirname(__FILE__) + '/../config/environment')
require 'application'
require 'test/unit'
require 'breakpoint'
require 'action_controller/test_process'
# Uncomment this variable to have assert_success check that response bodies are valid XML