summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-4/+6
* Adds a few functional tests.Jean-Philippe Lang2014-12-053-0/+22
* Make sure that Redmine::Thumbnail.generate is called.Jean-Philippe Lang2014-12-051-1/+2
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-0/+14
* Adds tests for searching private or archived projects.Jean-Philippe Lang2014-12-051-0/+23
* Adds some Attachment tests.Jean-Philippe Lang2014-12-051-0/+22
* Adds a test for invalid enumeration class parameter.Jean-Philippe Lang2014-12-051-0/+6
* Adds tests for invalid parameters.Jean-Philippe Lang2014-12-051-0/+15
* Adds a test for when link_copied_issue setting is set to "never".Jean-Philippe Lang2014-12-051-0/+12
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-0/+14
* Adds a few tests.Jean-Philippe Lang2014-12-039-3/+127
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-024-0/+178
* Set notified events as expected.Jean-Philippe Lang2014-11-302-90/+102
* Removed unneeded patch in tests.Jean-Philippe Lang2014-11-301-11/+0
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-3014-28/+30
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-3022-82/+10
* Test cleanup.Jean-Philippe Lang2014-11-302-9/+1
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-301-0/+14
* Drop shoulda.Jean-Philippe Lang2014-11-303-17/+9
* Test API authentification once.Jean-Philippe Lang2014-11-309-472/+73
* Remove contexts in QueryTest.Jean-Philippe Lang2014-11-301-118/+114
* Gantt unit tests cleanup.Jean-Philippe Lang2014-11-301-462/+201
* add missing fixtures to test/functional/projects_controller_test.rbToshi MARUYAMA2014-11-301-1/+2
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-291-0/+11
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-35/+46
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-293-0/+100
* Group filters in the filter select list (#13849).Jean-Philippe Lang2014-11-281-6/+49
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-0/+12
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-0/+14
* use English at integration IssuesTest#test_issue_with_user_custom_fieldToshi MARUYAMA2014-11-251-12/+13
* Added missing tests for notify_about?Jean-Philippe Lang2014-11-241-24/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-241-71/+34
* Fixed tests broken by r13646.Jean-Philippe Lang2014-11-231-2/+2
* Removed some test contexts.Jean-Philippe Lang2014-11-233-100/+55
* Removed some test contexts.Jean-Philippe Lang2014-11-234-595/+373
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-234-7/+97
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-0/+5
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2252-951/+443
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-208-62/+41
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-2023-128/+128
* fix English syntax of skipping test comment of Bazaar non ASCII environmentToshi MARUYAMA2014-11-181-1/+1
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-162-12/+1
* Use should_route in routing tests.Jean-Philippe Lang2014-11-1646-1808/+539
* Renamed #test_watchers to #test_issue_watchers.Jean-Philippe Lang2014-11-161-5/+5
* Adds API routing tests for time entries.Jean-Philippe Lang2014-11-161-0/+9
* Removed API tests for routes that are not implemented.Jean-Philippe Lang2014-11-161-13/+0
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-1620-436/+204
* Adds tests for new routes.Jean-Philippe Lang2014-11-162-0/+14
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-162-0/+16
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-0/+11