summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-143-4/+4
* Adds a test for TimeEntry#spent_on= with invalid string.Jean-Philippe Lang2011-01-141-0/+6
* Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).Jean-Philippe Lang2011-01-141-0/+30
* scm: mercurial: unit lib test for entries accept both of revision number and ...Toshi MARUYAMA2011-01-131-0/+26
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-132-0/+18
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-134-1/+54
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+22
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-0/+17
* scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+33
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-111-0/+7
* scm: fix indents in "commit:xxx" unit test.Toshi MARUYAMA2011-01-111-10/+12
* scm: fix assert_equal parameter order in subversion and git unit test.Toshi MARUYAMA2011-01-112-5/+6
* scm: add compatible "commit:xxx" link test for git and darcs.Toshi MARUYAMA2011-01-111-2/+49
* scm: mercurial: change diff option from --git to --config diff.git=false (#72...Toshi MARUYAMA2011-01-111-2/+2
* scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253).Toshi MARUYAMA2011-01-112-12/+22
* Fixes fixture added in r4680.Jean-Philippe Lang2011-01-101-0/+8
* Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).Jean-Philippe Lang2011-01-102-1/+10
* Adds fallback to 'en' locale for untranslated strings (#5518).Jean-Philippe Lang2011-01-101-0/+14
* Make sure en is the current locale when running the test (#7266).Jean-Philippe Lang2011-01-101-0/+1
* Store the mercurial test repository as a bundle to make it compatible with ol...Jean-Philippe Lang2011-01-102-0/+0
* Fixes random failure (database may not return changes in the order expected i...Jean-Philippe Lang2011-01-091-1/+1
* Trying to fix random failures with postgresql due to different ids order in u...Jean-Philippe Lang2011-01-091-8/+15
* scm: mercurial: remove new line in diff unit test(#7253).Toshi MARUYAMA2011-01-091-3/+6
* scm: add compatible functional test fof changing diff revisions label at SCM ...Toshi MARUYAMA2011-01-092-4/+27
* scm: mercurial: functional test for accept both of revision number and change...Toshi MARUYAMA2011-01-091-25/+31
* scm: mercurial: annotate accepts both of revision number and changeset id (#3...Toshi MARUYAMA2011-01-092-3/+15
* scm: mercurial: fix diff and test for accept both of revision number and chan...Toshi MARUYAMA2011-01-081-0/+18
* scm: mercurial: cat test for accept both of revision number and changeset id ...Toshi MARUYAMA2011-01-081-2/+8
* scm: mercurial: fix assert_equal parameter order at app unit test_find_change...Toshi MARUYAMA2011-01-081-1/+1
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-082-1/+29
* Additional unit tests for project tree.Jean-Philippe Lang2011-01-061-33/+93
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-9/+19
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-0/+11
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-063-3/+55
* Adds assertion to prevent error in test.Jean-Philippe Lang2011-01-061-0/+1
* scm: mercurial: add unit test for copied file (#7064).Toshi MARUYAMA2011-01-051-0/+25
* scm: mercurial: add some tests at unit and functional test.Toshi MARUYAMA2011-01-052-1/+31
* scm: mercurial: update test repository for following issues and fix tests.Toshi MARUYAMA2011-01-053-4/+4
* scm: mercurial: cleanup indent and trailing white-space of unit lib test.Toshi MARUYAMA2011-01-051-12/+12
* scm: mercurial: fix comment and change // to '' some strings of functional test.Toshi MARUYAMA2011-01-051-6/+6
* scm: mercurial: refactor mercurial unit test.Toshi MARUYAMA2011-01-042-46/+52
* repository: mercurial: fix functional annotate test.Toshi MARUYAMA2011-01-031-4/+23
* Fix subversion and git activities test reffering r4621.Toshi MARUYAMA2011-01-032-12/+7
* Fixed failing subversion test.Jean-Philippe Lang2011-01-021-17/+8
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-1/+1
* Additional roles of a user who belongs to a group are not always copied when ...Jean-Philippe Lang2011-01-021-0/+16
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-024-3/+85
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).Toshi MARUYAMA2011-01-022-0/+11
* repository: switch darcs cat test if cat supports.Toshi MARUYAMA2011-01-011-5/+7
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-014-8/+56