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
*
PDF: add test of ensuring 'ASCII-8BIT' encoding in Ruby 1.9 (#61).
Toshi MARUYAMA
2011-04-29
1
-6
/
+9
*
PDF: fix 0x5c(backslash) escape processing in FPDF (#61).
Toshi MARUYAMA
2011-04-29
1
-40
/
+0
*
code clean up MailHandlerTest unit test.
Toshi MARUYAMA
2011-04-28
1
-35
/
+26
*
scm: bazaar: code clean up unit adapter test.
Toshi MARUYAMA
2011-04-25
1
-4
/
+2
*
scm: add missing fixtures when running tests from scratch in unit changeset t...
Toshi MARUYAMA
2011-04-22
1
-3
/
+7
*
Fixes potential test failure.
Jean-Philippe Lang
2011-04-17
1
-3
/
+3
*
Warn about subtasks before deleting a parent issue (#6562).
Jean-Philippe Lang
2011-04-17
1
-0
/
+19
*
scm: mercurial: add test of copied file from_revision node id at unit model t...
Toshi MARUYAMA
2011-04-17
1
-0
/
+3
*
scm: add unit test of preventing PostgreSQL or Ruby 1.9 errors if paths is in...
Toshi MARUYAMA
2011-04-16
1
-0
/
+29
*
scm: code clean up unit changeset test.
Toshi MARUYAMA
2011-04-16
1
-138
/
+142
*
scm: add test of empty committer at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-4
/
+7
*
scm: add test of committer nil at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-4
/
+6
*
scm: add test of invalid utf8 sequences in committer at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-3
/
+7
*
Private issues (#7414).
Jean-Philippe Lang
2011-04-15
1
-2
/
+7
*
scm: cvs: convert author encoding with log encoding setting.
Toshi MARUYAMA
2011-04-14
1
-2
/
+2
*
scm: cvs: update test repository.
Toshi MARUYAMA
2011-04-14
2
-11
/
+12
*
Adds a helper for issue heading (#7647).
Jean-Philippe Lang
2011-04-12
1
-1
/
+5
*
Extract visibility condition from project statement and use visible scopes in...
Jean-Philippe Lang
2011-04-12
1
-2
/
+10
*
Fixed: ambiguous lft column SQL error on Issue#descendants with a join on pro...
Jean-Philippe Lang
2011-04-12
1
-0
/
+4
*
scm: cvs: fix unit model cat test fails on Windows.
Toshi MARUYAMA
2011-04-12
1
-2
/
+4
*
scm: cvs: code clean up unit model test.
Toshi MARUYAMA
2011-04-12
1
-6
/
+6
*
scm: darcs: add entries test in invalid revision in model.
Toshi MARUYAMA
2011-04-12
1
-0
/
+6
*
scm: cvs: add entries test in invalid revision in model.
Toshi MARUYAMA
2011-04-12
1
-1
/
+7
*
scm: additional test of replacing invalid utf-8 sequences instead of strippin...
Toshi MARUYAMA
2011-04-12
1
-0
/
+13
*
scm: replace invalid utf-8 sequences instead of stripping in displaying repos...
Toshi MARUYAMA
2011-04-12
1
-3
/
+1
*
Do a redirect when accessing a renamed wiki page.
Jean-Philippe Lang
2011-04-11
1
-5
/
+28
*
Fixed: #setup triggers a failure even if git tests should not run.
Jean-Philippe Lang
2011-04-11
1
-20
/
+20
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
1
-3
/
+45
*
Fixes an error raised by cvs test with Postgresql (revision is varchar).
Jean-Philippe Lang
2011-04-11
1
-1
/
+1
*
scm: cvs: add invalid revision annotate test in unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+3
*
scm: cvs: add test annotate with revision in unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+7
*
scm: cvs: add annotate test of HEAD revision in unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+12
*
scm: cvs: add test that cat returns nil if revision does not exist at model.
Toshi MARUYAMA
2011-04-11
1
-0
/
+3
*
scm: cvs: add cat test of removed file in unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+4
*
scm: cvs: use model instead of adapter in unit model cat test.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: cvs: add invalid path entries test at unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+7
*
scm: cvs: add cat test in unit model test.
Toshi MARUYAMA
2011-04-11
1
-0
/
+16
*
scm: more strict to_utf8() test in repository helper on Ruby 1.9.
Toshi MARUYAMA
2011-04-11
1
-1
/
+3
*
scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...
Toshi MARUYAMA
2011-04-09
1
-19
/
+13
*
scm: fix log converting error in Ruby 1.9 and add more tests.
Toshi MARUYAMA
2011-04-09
1
-0
/
+24
*
scm: more strict log converting test in Ruby 1.9.
Toshi MARUYAMA
2011-04-09
1
-3
/
+9
*
scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.
Toshi MARUYAMA
2011-04-09
1
-0
/
+36
*
scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...
Toshi MARUYAMA
2011-04-09
1
-2
/
+2
*
scm: code clean up test/unit/changeset_test.rb.
Toshi MARUYAMA
2011-04-09
1
-5
/
+10
*
Adds visibility condition to Issue.by_* count methods.
Jean-Philippe Lang
2011-04-08
1
-2
/
+10
*
scm: add filesystem available test at unit repository test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+6
*
scm: mercurial: add scm command tests at unit model test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+6
*
scm: git: add scm command tests at unit model test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+6
*
scm: mercurial: add client command tests at unit adapter test (#4273).
Toshi MARUYAMA
2011-04-08
1
-1
/
+6
*
scm: git: add client command tests at unit adapter test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+7
[next]