summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Rails3: scm: subversion: fix error of test_fetch_changesets_incremental at ↵Toshi MARUYAMA2011-09-121-2/+7
| | | | | | | | | 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
* Rails3: scm: darcs: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* scm: darcs: define NUM_REV as the number of test repository revisions at ↵Toshi MARUYAMA2011-09-121-0/+1
| | | | | | functional test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7147 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: git: fix error of test_destroy_invalid_repository at functional ↵Toshi MARUYAMA2011-09-121-2/+3
| | | | | | | | | 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
* Rails3: scm: git: fix error of test_destroy_valid_repository at functional testToshi MARUYAMA2011-09-121-2/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_empty_revision at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_revision at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_annotate_at_given_revision at functional ↵Toshi MARUYAMA2011-09-121-1/+3
| | | | | | | | | 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
* Rails3: scm: git: fix error of test_diff_two_revs at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_diff_truncated at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_diff at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_browse_at_given_revision at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_annotate at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_cat at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_entries_rev3 at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at ↵Toshi MARUYAMA2011-09-121-1/+1
| | | | | | | | | 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
* Rails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit ↵Toshi MARUYAMA2011-09-121-1/+1
| | | | | | | | | 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
* Rails3: scm: git: fix error of test_browse_directory at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: mercurial: fix error of test_show_at_given_revision at ↵Toshi MARUYAMA2011-09-121-1/+3
| | | | | | | | | 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
* Rails3: scm: mercurial: fix error of test_show_directory at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: mercurial: fix error of test_show_root at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* scm: mercurial: define NUM_REV as the number of test repository revisions at ↵Toshi MARUYAMA2011-09-121-0/+1
| | | | | | functional test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: git: fix error of test_browse_tag at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: git: fix error of test_browse_branch at functional testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: bazaar: fix error of test_destroy_invalid_repository at ↵Toshi MARUYAMA2011-09-121-1/+2
| | | | | | | | | 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
* Rails3: scm: bazaar: fix error of test_destroy_valid_repository at ↵Toshi MARUYAMA2011-09-121-1/+2
| | | | | | | | | 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
* Rails3: scm: darcs: fix error of test_cat at unit model testToshi MARUYAMA2011-09-121-0/+3
| | | | | | | 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
* Rails3: scm: darcs: fix error of test_deleted_files_should_not_be_listed at ↵Toshi MARUYAMA2011-09-121-1/+3
| | | | | | | | | 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
* Rails3: scm: darcs: fix error of test_entries_invalid_revision at unit model ↵Toshi MARUYAMA2011-09-121-1/+3
| | | | | | | | | 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
* Rails3: scm: darcs: fix error of test_fetch_changesets_incremental at unit ↵Toshi MARUYAMA2011-09-121-2/+7
| | | | | | | | | 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
* Rails3: scm: mercurial: fix error of test_copied_files at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | 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
* Rails3: scm: mercurial: fix error of test_latest_changesets at unit model testToshi MARUYAMA2011-09-121-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_changeset_order_by_revision at ↵Toshi MARUYAMA2011-09-121-1/+3
| | | | | | | | | 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@7115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_format_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_find_changeset_by_invalid_name at ↵Toshi MARUYAMA2011-09-111-1/+3
| | | | | | | | | 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@7112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_find_changeset_by_name at unit ↵Toshi MARUYAMA2011-09-111-1/+3
| | | | | | | | | 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@7111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: git: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-111-1/+4
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: git: define NUM_REV as the number of test repository revisions at ↵Toshi MARUYAMA2011-09-111-0/+1
| | | | | | functional test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: subversion: fix error of test_fetch_changesets_from_scratch at ↵Toshi MARUYAMA2011-09-111-2/+3
| | | | | | | | | 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@7108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: subversion: define NUM_REV as the number of test repository revisions ↵Toshi MARUYAMA2011-09-111-0/+2
| | | | | | at unit model test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_next at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_previous at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: scm: mercurial: fix error of test_find_changeset_by_empty_name at ↵Toshi MARUYAMA2011-09-111-1/+3
| | | | | | | | | 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@7102 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: mercurial: git: fix error of test_isodatesec at unit model testToshi MARUYAMA2011-09-111-1/+3
| | | | | | | On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails3: mercurial: git: fix error of test_fetch_changesets_incremental at ↵Toshi MARUYAMA2011-09-111-1/+5
| | | | | | | | | 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@7100 e93f8b46-1217-0410-a6f0-8f06a7374b81