Commit Graph

5964 Commits

Author SHA1 Message Date
Toshi MARUYAMA 0fb6d2d7e8 Rails3: scm: subversion: fix error of test_previous_nil at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7166 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 10:03:58 +00:00
Toshi MARUYAMA 9ec9089bc2 Rails3: scm: subversion: fix error of test_previous at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7165 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 10:03:34 +00:00
Toshi MARUYAMA 3b6c6a6780 Rails3: scm: filesystem: replace @repository.reload to @project.reload of test_fetch_changesets at unit model test
Filesystem repository does not have revisions.
So, on Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error
does not raise.
But, replace the same way with other SCMs.

For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7164 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 10:03:09 +00:00
Toshi MARUYAMA 4361ee9fc5 Rails3: scm: cvs: fix error of test_browse_root at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7163 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 10:02:44 +00:00
Toshi MARUYAMA b46045c96c scm: cvs: define NUM_REV as the number of test repository revisions at functional test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7162 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 10:02:11 +00:00
Toshi MARUYAMA e8e2fde490 Rails3: scm: darcs: fix error of test_destroy_invalid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7161 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:12:29 +00:00
Toshi MARUYAMA f60183eae7 Rails3: scm: darcs: fix error of test_destroy_valid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7160 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:11:49 +00:00
Toshi MARUYAMA 3df1878daf Rails3: scm: darcs: fix error of test_diff at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7159 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:11:04 +00:00
Toshi MARUYAMA 4bff1e94ce Rails3: scm: darcs: fix error of test_changes at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7158 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:10:19 +00:00
Toshi MARUYAMA 2be384c31a Rails3: scm: darcs: fix error of test_browse_at_given_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7157 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:09:33 +00:00
Toshi MARUYAMA bb53890dbb Rails3: scm: darcs: fix error of test_browse_directory at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7156 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:08:51 +00:00
Toshi MARUYAMA c55dde85e9 Rails3: scm: subversion: fix error of test_format_identifier at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7155 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:06:06 +00:00
Toshi MARUYAMA 2deaa21f72 Rails3: scm: subversion: fix error of test_find_changeset_by_empty_name at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7154 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:05:30 +00:00
Toshi MARUYAMA 214bbc7c6f Rails3: scm: subversion: fix error of test_identifier at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7153 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:04:50 +00:00
Toshi MARUYAMA 91a1808ff3 Rails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_base at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7152 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:04:10 +00:00
Toshi MARUYAMA 92bcc041ae Rails3: scm: subversion: fix error of test_directory_listing_with_square_brackets_in_path at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7151 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:03:13 +00:00
Toshi MARUYAMA db11ef3210 Rails3: scm: subversion: fix error of test_latest_changesets at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7150 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:02:30 +00:00
Toshi MARUYAMA 9fda3e4aab Rails3: scm: subversion: fix error of test_fetch_changesets_incremental at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7149 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:01:43 +00:00
Toshi MARUYAMA 435886e1a1 Rails3: scm: darcs: fix error of test_browse_root at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7148 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:00:49 +00:00
Toshi MARUYAMA 9114df75de scm: darcs: define NUM_REV as the number of test repository revisions at functional test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7147 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 04:00:04 +00:00
Toshi MARUYAMA 5bf47d1eb8 Rails3: scm: git: fix error of test_destroy_invalid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7146 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 03:00:14 +00:00
Toshi MARUYAMA 15b87ae359 Rails3: scm: git: fix error of test_destroy_valid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7145 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:59:43 +00:00
Toshi MARUYAMA fe6d58f918 Rails3: scm: git: fix error of test_empty_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7144 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:59:08 +00:00
Toshi MARUYAMA 4ff3d0d639 Rails3: scm: git: fix error of test_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7143 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:58:33 +00:00
Toshi MARUYAMA 117ebf2d65 Rails3: scm: git: fix error of test_annotate_at_given_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7142 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:58:06 +00:00
Toshi MARUYAMA a6193f90e3 Rails3: scm: git: fix error of test_diff_two_revs at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7141 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:57:34 +00:00
Toshi MARUYAMA 14386007f5 Rails3: scm: git: fix error of test_diff_truncated at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7140 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:56:54 +00:00
Toshi MARUYAMA a318414712 Rails3: scm: git: fix error of test_diff at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7139 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:56:23 +00:00
Toshi MARUYAMA 1cae0ae415 Rails3: scm: git: fix error of test_browse_at_given_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7138 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:55:40 +00:00
Toshi MARUYAMA a2d999592f Rails3: scm: cvs: fix error of test_annotate at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7137 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:45:20 +00:00
Toshi MARUYAMA 46bfaeb488 Rails3: scm: cvs: fix error of test_cat at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7136 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:44:55 +00:00
Toshi MARUYAMA 38a0cac5d0 Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7135 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:44:31 +00:00
Toshi MARUYAMA fa3f93f2a0 Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7134 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:44:08 +00:00
Toshi MARUYAMA 9988b47634 Rails3: scm: cvs: fix error of test_entries_rev3 at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7133 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:43:44 +00:00
Toshi MARUYAMA 3437adbf52 Rails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7132 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:43:19 +00:00
Toshi MARUYAMA 8cdc216c59 Rails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7131 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:42:49 +00:00
Toshi MARUYAMA 1aa077b488 Rails3: scm: git: fix error of test_browse_directory at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7130 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 02:42:23 +00:00
Toshi MARUYAMA d1b878f6d0 Rails3: scm: mercurial: fix error of test_show_at_given_revision at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7129 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:16:40 +00:00
Toshi MARUYAMA 277d664147 Rails3: scm: mercurial: fix error of test_show_directory at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7128 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:15:57 +00:00
Toshi MARUYAMA d7d923a648 Rails3: scm: mercurial: fix error of test_show_root at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7127 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:15:09 +00:00
Toshi MARUYAMA 467d72bbb8 scm: mercurial: define NUM_REV as the number of test repository revisions at functional test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7126 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:14:24 +00:00
Toshi MARUYAMA e47f55eccf Rails3: scm: git: fix error of test_browse_tag at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7125 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:13:41 +00:00
Toshi MARUYAMA e6e8cd8650 Rails3: scm: git: fix error of test_browse_branch at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7124 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 01:13:03 +00:00
Toshi MARUYAMA c2cdfca0ed Rails3: scm: bazaar: fix error of test_destroy_invalid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7123 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:53:11 +00:00
Toshi MARUYAMA dc7224ba1b Rails3: scm: bazaar: fix error of test_destroy_valid_repository at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7122 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:52:36 +00:00
Toshi MARUYAMA 8ebb5b61e8 Rails3: scm: darcs: fix error of test_cat at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7121 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:15:06 +00:00
Toshi MARUYAMA 19219f704b Rails3: scm: darcs: fix error of test_deleted_files_should_not_be_listed at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7120 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:14:32 +00:00
Toshi MARUYAMA d4bf2a7004 Rails3: scm: darcs: fix error of test_entries_invalid_revision at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7119 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:13:56 +00:00
Toshi MARUYAMA fa4a41a653 Rails3: scm: darcs: fix error of test_fetch_changesets_incremental at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7118 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:13:20 +00:00
Toshi MARUYAMA 4366112cfa Rails3: scm: mercurial: fix error of test_copied_files at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7117 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 00:12:44 +00:00