]> git.openstreetmap.org Git - rails.git/commitdiff
Fix test to reflect change to changeset templates.
authorMatt Amos <zerebubuth@gmail.com>
Fri, 7 Aug 2009 14:14:27 +0000 (14:14 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Fri, 7 Aug 2009 14:14:27 +0000 (14:14 +0000)
test/functional/changeset_controller_test.rb

index 8f0b2147786cebe98788bb3e76e3cf703956be6e..46f8a1a6a6990ed0a34658018399a06db8f312b8 100644 (file)
@@ -1507,7 +1507,7 @@ EOF
     user = users(:public_user)
     get :list, {:format => "html", :display_name => user.display_name}
     assert_response :success
-    assert_template "list"
+    assert_template "changeset/_user"
     ## FIXME need to add more checks to see which if edits are actually shown if your data is public
   end