summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_subversion_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/repositories_subversion_controller_test.rb')
-rw-r--r--test/functional/repositories_subversion_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb
index 865bae35c..f07c7ea1a 100644
--- a/test/functional/repositories_subversion_controller_test.rb
+++ b/test/functional/repositories_subversion_controller_test.rb
@@ -102,7 +102,7 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase
changesets = assigns(:changesets)
assert_not_nil changesets
- assert_equal %w(7 6 5 2), changesets.collect(&:revision)
+ assert_equal %w(10 9 7 6 5 2), changesets.collect(&:revision)
end
def test_entry