Remove some tests we can no longer run

See #965 for rationale and updates
This commit is contained in:
Eric Allen 2009-12-08 12:36:00 -05:00
parent 18dfe4dbfb
commit 3e177c7b81
3 changed files with 2 additions and 32 deletions

View file

@ -13,12 +13,7 @@ class ProjectXmlApiTest < ActionController::IntegrationTest
def setup
assert_test_environment_ok
end
def test_fails_with_401_if_not_authorized_user
authenticated_post_xml_to_project_create @@valid_postdata, 'nobody', 'nohow'
assert_401_unauthorized
end
def test_fails_with_invalid_xml_format
#Fails too hard for test to catch
# authenticated_post_xml_to_project_create "<foo></bar>"