summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Use create!.Jean-Philippe Lang2012-04-221-9/+9
* No need to save journal details.Jean-Philippe Lang2012-04-221-11/+11
* Additional tests for IssuesHelper#show_detail.Jean-Philippe Lang2012-04-221-23/+50
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-191-0/+14
* Additional test for MailHandler.Jean-Philippe Lang2012-04-191-1/+11
* Additional tests for Principal scopes.Jean-Philippe Lang2012-04-191-0/+8
* Additional test for Tracker model.Jean-Philippe Lang2012-04-181-0/+4
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-181-0/+30
* Fixed that Token.destroy_expired destroys API tokens.Jean-Philippe Lang2012-04-151-0/+23
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-151-0/+16
* Additional test for Watcher.prune.Jean-Philippe Lang2012-04-151-0/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+27
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-0/+8
* Ignore emails with Auto-Submitted: auto-replied header (#10607).Jean-Philippe Lang2012-04-131-6/+12
* Makes time syntax case insensitive (#10635).Jean-Philippe Lang2012-04-111-0/+1
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-0/+32
* Additional test for gzipped wiki history.Jean-Philippe Lang2012-04-061-2/+26
* Makes the mail handler ignore out-of-office emails (#10607).Jean-Philippe Lang2012-04-061-0/+9
* scm: git: add test of from_path at unit model test_fetch_changesets_from_scratchToshi MARUYAMA2012-03-291-0/+1
* scm: git: fix test revision value of unit app testToshi MARUYAMA2012-03-281-2/+2
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-30/+38
* Override watcher_user_ids= to make ids uniq (#10538).Jean-Philippe Lang2012-03-251-0/+7
* Fixed that issues can be moved to projects with issue tracking disabled (#104...Jean-Philippe Lang2012-03-251-16/+9
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-1/+1
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+11
* Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442).Jean-Philippe Lang2012-03-171-0/+9
* Fixed test names (#1913).Jean-Philippe Lang2012-03-171-2/+2
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-0/+49
* replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/mail_h...Toshi MARUYAMA2012-03-141-2/+6
* replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/wiki_t...Toshi MARUYAMA2012-03-141-1/+3
* remove hard-coded non ASCII literal from unit git lib testToshi MARUYAMA2012-03-141-7/+0
* add missing fixtures to unit wiki_content_testToshi MARUYAMA2012-03-121-1/+3
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-38/+30
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-0/+7
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-054-6/+6
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-053-14/+11
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-2/+2
* Array#to_s behaviour changed in ruby 1.9.Jean-Philippe Lang2012-03-051-3/+3
* Strip login and password read from the email body.Jean-Philippe Lang2012-03-041-2/+2
* Adds an helper to get the body of an email in tests.Jean-Philippe Lang2012-03-042-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* Include ERB::Util in helpers tests.Jean-Philippe Lang2012-03-045-0/+6
* No need to delete fixtures.Jean-Philippe Lang2012-03-041-4/+0
* Removed shoulda assertions.Jean-Philippe Lang2012-03-042-34/+0
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-042-6/+6
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-5/+5
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-1/+1
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-2/+3
* No need to save the record.Jean-Philippe Lang2012-03-041-10/+10
* Use :joins instead of :include.Jean-Philippe Lang2012-03-041-1/+1