summaryrefslogtreecommitdiffstats
path: root/tests/units/test_index_ops.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-15 16:37:22 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-15 16:37:22 -0800
commitde33ae22c4ee389afc4a9e15b3edab17d4528321 (patch)
tree6850d7877f4d892e0ae25e5b1c8fc636a6ac6b9e /tests/units/test_index_ops.rb
parenta6e6c0552708166ea052a99bdd9420dcc33536e0 (diff)
downloadthird_party-ruby-git-de33ae22c4ee389afc4a9e15b3edab17d4528321.tar.gz
third_party-ruby-git-de33ae22c4ee389afc4a9e15b3edab17d4528321.tar.xz
third_party-ruby-git-de33ae22c4ee389afc4a9e15b3edab17d4528321.zip
added object content caching
Diffstat (limited to 'tests/units/test_index_ops.rb')
-rw-r--r--tests/units/test_index_ops.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/test_index_ops.rb b/tests/units/test_index_ops.rb
index de3a9c3..f92ae9e 100644
--- a/tests/units/test_index_ops.rb
+++ b/tests/units/test_index_ops.rb
@@ -23,7 +23,7 @@ class TestIndexOps < Test::Unit::TestCase
assert(!g.status.untracked.assoc('test-file'))
assert(!g.status.changed.assoc('example.txt'))
- append_file('example.txt', 'hahahaha')
+ new_file('example.txt', 'hahahaha')
assert(g.status.changed.assoc('example.txt'))
g.add