diff options
-rw-r--r-- | activerecord/CHANGELOG | 2 | ||||
-rw-r--r-- | activerecord/test/fixtures/comments.yml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 3a9fc110d6..f43040b9ad 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <blair@orcaware.com>] + * Update FrontBase adapter to check binding version. Closes #4920. [mlaster@metavillage.com] * New Frontbase connections don't start in auto-commit mode. Closes #4922. [mlaster@metavillage.com] diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml index 758eaf6dbf..236bdb2e36 100644 --- a/activerecord/test/fixtures/comments.yml +++ b/activerecord/test/fixtures/comments.yml @@ -16,12 +16,6 @@ does_it_hurt: body: Don't think too hard type: SpecialComment -eager_sti_on_associations_comment: - id: 4 - post_id: 4 - body: Normal type - type: Comment - eager_sti_on_associations_vs_comment: id: 5 post_id: 4 |