]> source.dussan.org Git - redmine.git/commit
Isolates all API routing tests to a specific test case.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Nov 2014 10:54:33 +0000 (10:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Nov 2014 10:54:33 +0000 (10:54 +0000)
commiteae9c9ab2be43c64c830a03e414b51a08571c957
treecbe6b20000d60ad854ad8f2e245cbdfeca4b4787
parentcd6b2f2268d3e02ae652d3ad37f02170e3647a72
Isolates all API routing tests to a specific test case.

git-svn-id: http://svn.redmine.org/redmine/trunk@13604 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 files changed:
lib/tasks/deprecated.rake
lib/tasks/testing.rake
test/integration/api_test/api_routing_test.rb [new file with mode: 0644]
test/integration/routing/attachments_test.rb
test/integration/routing/custom_fields_test.rb
test/integration/routing/enumerations_test.rb
test/integration/routing/groups_test.rb
test/integration/routing/issue_categories_test.rb
test/integration/routing/issue_relations_test.rb
test/integration/routing/issue_statuses_test.rb
test/integration/routing/issues_test.rb
test/integration/routing/members_test.rb
test/integration/routing/news_test.rb
test/integration/routing/projects_test.rb
test/integration/routing/queries_test.rb
test/integration/routing/roles_test.rb
test/integration/routing/trackers_test.rb
test/integration/routing/users_test.rb
test/integration/routing/versions_test.rb
test/integration/routing/watchers_test.rb
test/integration/routing/wiki_test.rb
test/test_helper.rb