def test_not_found
get old_node_path(0, 0)
assert_response :not_found
- assert_template "old_nodes/not_found"
+ assert_template "browse/not_found"
assert_template :layout => "map"
assert_select "#sidebar_content", /node #0 version 0 could not be found/
end