index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
2
-3
/
+15
*
Fixed wrong assertion.
Jean-Philippe Lang
2012-01-14
1
-1
/
+1
*
Removed assertion that depends on the order of returned records.
Jean-Philippe Lang
2012-01-13
1
-1
/
+0
*
Adds "me" to user custom fields filters (#9923).
Jean-Philippe Lang
2012-01-13
1
-0
/
+17
*
Adds "my projects" filter on the cross-project issue list.
Jean-Philippe Lang
2012-01-13
1
-0
/
+13
*
add missing groups_users fixture to unit issue test
Toshi MARUYAMA
2012-01-11
1
-0
/
+1
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-0
/
+1
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
2
-61
/
+71
*
Extracted some code from #move_to_project to a callback.
Jean-Philippe Lang
2012-01-06
1
-0
/
+21
*
remove trailing white-space from test/unit/mail_handler_test.rb
Toshi MARUYAMA
2012-01-05
1
-1
/
+1
*
replace hard-coded Japanese literal to utf-8 hexadecimal at test/unit/mail_ha...
Toshi MARUYAMA
2012-01-05
1
-1
/
+3
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-1
/
+1
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-0
/
+7
*
Moved test from ApplicationControllerTest.
Jean-Philippe Lang
2012-01-03
1
-0
/
+9
*
test: replace should "include the emails_header" at unit mailer test to Rails...
Toshi MARUYAMA
2012-01-02
1
-9
/
+6
*
Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rb
Toshi MARUYAMA
2012-01-02
1
-0
/
+1
*
Use Errors#count instead of #length.
Jean-Philippe Lang
2012-01-01
1
-1
/
+1
*
Do not add errors on attributes on fake attributes.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
Makes assertion Rails3 compatible.
Jean-Philippe Lang
2011-12-26
1
-1
/
+5
*
Do assertions on collection, not on association.
Jean-Philippe Lang
2011-12-26
1
-2
/
+2
*
Missing fixtures.
Jean-Philippe Lang
2011-12-26
1
-1
/
+7
*
fix filename of test/unit/lib/redmine/wiki_formatting.rb
Toshi MARUYAMA
2011-12-23
1
-0
/
+0
*
test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rb
Toshi MARUYAMA
2011-12-22
1
-0
/
+1
*
test: include ERB::Util at test/unit/helpers/issues_helper_test.rb
Toshi MARUYAMA
2011-12-22
1
-0
/
+1
*
Use fixtures generator.
Jean-Philippe Lang
2011-12-18
1
-7
/
+3
*
Use fixtures generator.
Jean-Philippe Lang
2011-12-18
1
-11
/
+7
*
Use open scope in version issues count methods.
Jean-Philippe Lang
2011-12-18
1
-0
/
+10
*
#new is just fine.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
#new is just fine.
Jean-Philippe Lang
2011-12-18
1
-1
/
+1
*
Make sure setting is not changed in test.
Jean-Philippe Lang
2011-12-18
1
-4
/
+4
*
Test cleanup.
Jean-Philippe Lang
2011-12-18
1
-122
/
+101
*
Code cleanup.
Jean-Philippe Lang
2011-12-18
1
-1
/
+0
*
Get rid of HelperTestcase.
Jean-Philippe Lang
2011-12-18
1
-18
/
+11
*
Makes tests inherit from ActionView::TestCase.
Jean-Philippe Lang
2011-12-18
1
-29
/
+11
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-4
/
+4
*
Moved wiki links tests together.
Jean-Philippe Lang
2011-12-17
1
-47
/
+47
*
Make sure that tests restore the attachments path to the tmp dir so that fixt...
Jean-Philippe Lang
2011-12-16
4
-3
/
+4
*
add unit test of group blank name in French (#9795)
Toshi MARUYAMA
2011-12-15
1
-0
/
+9
*
use set_language_if_valid instead of I18n.locale at unit group test (#9795)
Toshi MARUYAMA
2011-12-15
1
-2
/
+3
*
Asserts that objects are not nil before getting their ids (test still fails w...
Jean-Philippe Lang
2011-12-15
1
-0
/
+2
*
Set locale in test.
Jean-Philippe Lang
2011-12-15
1
-0
/
+2
*
Fixed: Unrelated error message when creating a group with an invalid name (#9...
Jean-Philippe Lang
2011-12-15
1
-0
/
+6
*
Do not change settings in tests.
Jean-Philippe Lang
2011-12-15
1
-0
/
+4
*
Do not change settings in tests.
Jean-Philippe Lang
2011-12-15
1
-29
/
+12
*
Removed dependency with monkey-patched rubytree.
Jean-Philippe Lang
2011-12-14
1
-1
/
+1
*
Save an @Issue#save@.
Etienne Massip
2011-12-14
1
-4
/
+2
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
1
-2
/
+16
*
add unit test of CustomField model before_validation
Toshi MARUYAMA
2011-12-11
1
-0
/
+10
*
Makes assertion compatible with ruby1.9.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
ruby1.9: macro must accept 2 arguments.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
[next]