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
*
Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...
Jean-Philippe Lang
2012-03-05
3
-14
/
+11
*
Array#to_s behaviour changed in ruby 1.9.
Jean-Philippe Lang
2012-03-05
1
-2
/
+2
*
Array#to_s behaviour changed in ruby 1.9.
Jean-Philippe Lang
2012-03-05
1
-3
/
+3
*
Strip login and password read from the email body.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Adds an helper to get the body of an email in tests.
Jean-Philippe Lang
2012-03-04
2
-3
/
+3
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Include ERB::Util in helpers tests.
Jean-Philippe Lang
2012-03-04
5
-0
/
+6
*
No need to delete fixtures.
Jean-Philippe Lang
2012-03-04
1
-4
/
+0
*
Removed shoulda assertions.
Jean-Philippe Lang
2012-03-04
2
-34
/
+0
*
Adds helpers for testing email body.
Jean-Philippe Lang
2012-03-04
2
-6
/
+6
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-5
/
+5
*
Removed some generate! calls.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Removed some generate! calls.
Jean-Philippe Lang
2012-03-04
1
-2
/
+3
*
No need to save the record.
Jean-Philippe Lang
2012-03-04
1
-10
/
+10
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Extracted auto_link and auto_mailto to a module.
Jean-Philippe Lang
2012-03-04
2
-3
/
+3
*
Use regular create! instead of generate!
Jean-Philippe Lang
2012-03-03
1
-16
/
+9
*
Removed obsolete helper empty test class.
Jean-Philippe Lang
2012-03-01
1
-4
/
+0
*
Fixes LDAP test.
Jean-Philippe Lang
2012-03-01
1
-1
/
+1
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
1
-0
/
+30
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
1
-0
/
+15
*
back out from r9031 to r9036
Toshi MARUYAMA
2012-03-01
2
-4
/
+4
*
Rails3: test: add .to_s for mail's bodies check at unit/mailer_test.rb
Toshi MARUYAMA
2012-03-01
1
-3
/
+3
*
Rails3: test: add .to_s for mail's bodies check at unit/repository_test.rb
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-2
/
+2
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
1
-61
/
+84
*
Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit mode...
Toshi MARUYAMA
2012-02-26
1
-5
/
+7
*
Do not do assertions on mail class.
Jean-Philippe Lang
2012-02-25
2
-4
/
+4
*
Use fixture.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
1
-0
/
+11
*
scm: cvs: add test to override human_attribute_name
Toshi MARUYAMA
2012-02-24
1
-0
/
+60
*
scm: filesystem: add test to override human_attribute_name of "Root directory"
Toshi MARUYAMA
2012-02-24
1
-0
/
+27
*
scm: mercurial: remove unnecessary log_encoding from overriding human_attribu...
Toshi MARUYAMA
2012-02-24
1
-3
/
+2
*
scm: git: remove unnecessary log_encoding from overriding human_attribute_nam...
Toshi MARUYAMA
2012-02-24
1
-3
/
+2
*
scm: mercurial: add test to override human_attribute_name of "path to reposit...
Toshi MARUYAMA
2012-02-24
1
-0
/
+29
*
scm: git: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
scm: mercurial: split unit model test setup whether repository required or not
Toshi MARUYAMA
2012-02-24
1
-19
/
+21
*
scm: git: split unit model test setup whether repository required or not
Toshi MARUYAMA
2012-02-24
1
-13
/
+15
*
scm: bazaar: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
scm: darcs: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
code layout cleanup test/unit/repository_test.rb
Toshi MARUYAMA
2012-02-24
1
-2
/
+10
*
scm: add test to override human_attribute_name of log_encoding
Toshi MARUYAMA
2012-02-24
1
-0
/
+26
*
use English as default language at "test_reminders_should_not_include_closed_...
Toshi MARUYAMA
2012-02-22
1
-7
/
+11
*
Fixed magic link in the note added when closing an issue by a commit from a s...
Jean-Philippe Lang
2012-02-20
1
-0
/
+38
*
use assert_select instead of include? at "test_register" of unit mailer test
Toshi MARUYAMA
2012-02-20
1
-1
/
+5
*
Don't use auth_sources fixtures when not needed.
Jean-Philippe Lang
2012-02-19
1
-1
/
+1
*
Disabled on the fly registration for auth_source fixture.
Jean-Philippe Lang
2012-02-19
2
-0
/
+2
[next]