]> source.dussan.org Git - redmine.git/commit
Move all API tests into the ApiTest module to make management easier
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 1 Nov 2010 15:26:05 +0000 (15:26 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 1 Nov 2010 15:26:05 +0000 (15:26 +0000)
commitd5fde17bf5d0b8788871f60ff08b203da527de92
tree5178bf12b54deeadcf842740153dc5d3f71f06c5
parentdb2ecd30103b9b296b1eabb6a018c528c8a1ac8e
Move all API tests into the ApiTest module to make management easier

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4357 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
test/integration/api_test/disabled_rest_api_test.rb [new file with mode: 0644]
test/integration/api_test/http_basic_login_test.rb [new file with mode: 0644]
test/integration/api_test/http_basic_login_with_api_token_test.rb [new file with mode: 0644]
test/integration/api_test/issues_test.rb [new file with mode: 0644]
test/integration/api_test/projects_test.rb [new file with mode: 0644]
test/integration/api_test/token_authentication_test.rb [new file with mode: 0644]
test/integration/api_token_login_test.rb [deleted file]
test/integration/disabled_rest_api_test.rb [deleted file]
test/integration/http_basic_login_test.rb [deleted file]
test/integration/http_basic_login_with_api_token_test.rb [deleted file]
test/integration/issues_api_test.rb [deleted file]
test/integration/projects_api_test.rb [deleted file]
test/test_helper.rb