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
/
repository_git_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm: git: test: model: fix failing test_parents on PostgreSQL (#5501)
Toshi MARUYAMA
2011-11-03
1
-4
/
+3
*
scm: git: test: model: add test of parents (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+19
*
Rails3: scm: git: fix error of test_next_nil at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_next at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_previous_nil at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_previous at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_log_utf8 at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_format_identifier at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_identifier at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_find_changeset_by_empty_name at unit mode...
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit mod...
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_find_changeset_by_name at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_latest_changesets at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...
Toshi MARUYAMA
2011-09-11
1
-1
/
+1
*
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...
Toshi MARUYAMA
2011-09-07
1
-6
/
+7
*
Rails3: scm: git: fix error of test_db_consistent_ordering_init at unit model...
Toshi MARUYAMA
2011-09-07
1
-1
/
+2
*
Rails3: scm: git: fix error of test_fetch_changesets_invalid_rev at unit mode...
Toshi MARUYAMA
2011-09-07
1
-5
/
+6
*
Rails3: scm: git: fix error of test_fetch_changesets_incremental at unit mode...
Toshi MARUYAMA
2011-09-07
1
-5
/
+7
*
scm: git: use NUM_REV at test_fetch_changesets_from_scratch of unit model test
Toshi MARUYAMA
2011-09-07
1
-1
/
+1
*
scm: git: define NUM_REV as the number of test repository revisions at unit m...
Toshi MARUYAMA
2011-09-07
1
-0
/
+2
*
Rails3: scm: git: fix error of test_fetch_changesets_from_scratch at unit mod...
Toshi MARUYAMA
2011-09-06
1
-1
/
+2
*
scm: git: replace RAILS_ROOT to Rails.root in unit model test.
Toshi MARUYAMA
2011-06-10
1
-2
/
+1
*
scm: git: skip non UTF-8 path encoding test of unit model test in JRuby (#5251).
Toshi MARUYAMA
2011-06-08
1
-6
/
+20
*
scm: git: add unit model test that revisions ordering is inconsistent in exis...
Toshi MARUYAMA
2011-05-19
1
-0
/
+44
*
scm: git: add unit model test that revisions ordering is consistent in new da...
Toshi MARUYAMA
2011-05-19
1
-0
/
+7
*
scm: git: add test of fetching invalid revision in unit model test (#7146).
Toshi MARUYAMA
2011-05-13
1
-0
/
+40
*
scm: git: fix fetching 7 days problem (#7146, #6013).
Toshi MARUYAMA
2011-05-13
1
-19
/
+36
*
scm: git: fix incorrect comment in unit model test and code clean up unit mod...
Toshi MARUYAMA
2011-05-09
1
-6
/
+15
*
scm: git: remove trailing white-spaces from unit model test.
Toshi MARUYAMA
2011-05-08
1
-7
/
+7
*
Fixed: #setup triggers a failure even if git tests should not run.
Jean-Philippe Lang
2011-04-11
1
-20
/
+20
*
scm: git: add scm command tests at unit model test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+6
*
scm: git: strict Ruby 1.9 string test in unit model test.
Toshi MARUYAMA
2011-03-17
1
-1
/
+1
*
scm: git: fix newlines of test/unit/repository_git_test.rb.
Toshi MARUYAMA
2011-03-10
1
-5
/
+5
*
scm: git: add tests for previous and next versions in unit model test (#7821,...
Toshi MARUYAMA
2011-03-10
1
-0
/
+40
*
scm: git: unit model latin-1 path encoding test passes on Japanese Windows (#...
Toshi MARUYAMA
2011-03-09
1
-3
/
+9
*
scm: git: add latin-1 encoding directory test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+14
*
scm: git: add latin-1 encoding directory to test repository (#5251).
Toshi MARUYAMA
2011-03-08
1
-4
/
+4
*
scm: git: add latest changesets path encoding test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+14
*
scm: git: prepare path encoding test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+5
*
scm: git: add latest changesets branch test in unit model test (#5357).
Toshi MARUYAMA
2011-03-08
1
-0
/
+26
*
scm: git: add latest changesets tag test in unit model test (#5357).
Toshi MARUYAMA
2011-03-08
1
-0
/
+22
*
scm: git: add latest changesets limit test in unit model test (#5357).
Toshi MARUYAMA
2011-03-08
1
-1
/
+12
*
scm: git: remove Setting.commit_logs_encoding from unit model test.
Toshi MARUYAMA
2011-03-08
1
-1
/
+0
*
scm: git: add latest changesets test in unit model test (#5357).
Toshi MARUYAMA
2011-03-08
1
-0
/
+39
*
scm: git: prepare path encoding test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+5
*
scm: git: update test repository for path encoding (#5251).
Toshi MARUYAMA
2011-03-07
1
-4
/
+4
*
scm: git: backout r5026 (#5251).
Toshi MARUYAMA
2011-03-07
1
-4
/
+4
*
scm: git: update test repository for path encoding (#5251).
Toshi MARUYAMA
2011-03-07
1
-4
/
+4
*
scm: git: add more tests in fetch changesets incremental unit model test (#53...
Toshi MARUYAMA
2011-03-02
1
-2
/
+12
*
scm: git: use --encoding=UTF-8 in "git log" (#3396).
Toshi MARUYAMA
2011-02-28
1
-4
/
+4
[next]