summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+10
* scm: git: fix unable to run unit lib test if git binary is not available on W...Toshi MARUYAMA2012-06-181-10/+10
* fix unit test fails on Ruby 1.8 and JRuby (#2190)Toshi MARUYAMA2012-06-171-1/+3
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-1/+27
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-0/+25
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-1/+1
* Change in Rails' for handling localized number precision (#11118).Jean-Philippe Lang2012-06-091-1/+2
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-4/+8
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-2/+2
* Copyright update.Jean-Philippe Lang2012-05-0524-24/+24
* Adds a simple script/about.Jean-Philippe Lang2012-05-011-0/+27
* Make sure that "today" does not change during tests.Jean-Philippe Lang2012-04-271-13/+13
* Fixed gantt_test, Date.today and 0.day.from_now may not be the same depending...Jean-Philippe Lang2012-04-271-26/+30
* scm: git: fix test revision value of unit lib testToshi MARUYAMA2012-04-271-5/+5
* add fixtures to test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2012-04-271-1/+13
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-1/+2
* Removed Query.generate_default! helper.Jean-Philippe Lang2012-04-221-1/+1
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-222-11/+10
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-181-0/+30
* Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442).Jean-Philippe Lang2012-03-171-0/+9
* remove hard-coded non ASCII literal from unit git lib testToshi MARUYAMA2012-03-141-7/+0
* Adds an helper to get the body of an email in tests.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-1/+1
* No need to delete fixtures.Jean-Philippe Lang2012-03-041-4/+0
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-041-2/+2
* Do not recognize invalid textile attributes.Jean-Philippe Lang2012-02-171-1/+1
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-0/+23
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-0/+44
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-0/+10
* scm: git: update test repository (#10207)Toshi MARUYAMA2012-02-121-4/+8
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-11/+19
* scm: git: add explicit :excludes option to calling revision method in "test_r...Toshi MARUYAMA2012-02-091-1/+2
* scm: git: add test of get revisions from disjointed histories to unit lib tes...Toshi MARUYAMA2012-02-091-0/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-091-1/+5
* scm: git: remove redundant comma from test_revisions_includes_master_two_revs...Toshi MARUYAMA2012-02-091-1/+1
* scm: git: code cleanup "test_branches" of unit lib testToshi MARUYAMA2012-02-091-12/+16
* scm: git: add lib test to get master branch revisions from origin (#8857)Toshi MARUYAMA2012-02-091-0/+12
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-0/+56
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-11/+0
* scm: git: use explicit "master" instead of all for revisions method at unit l...Toshi MARUYAMA2012-02-081-2/+2
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* Support for nested array in API builder.Jean-Philippe Lang2012-01-292-0/+26
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-0/+9
* fix filename of test/unit/lib/redmine/wiki_formatting.rbToshi MARUYAMA2011-12-231-0/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* Test cleanup.Jean-Philippe Lang2011-12-181-122/+101
* Get rid of HelperTestcase.Jean-Philippe Lang2011-12-181-18/+11
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+1
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2