mirror of
https://github.com/redmine/redmine.git
synced 2025-11-18 03:00:52 +01:00
Use assert_nil instead of assert_equal.
git-svn-id: http://svn.redmine.org/redmine/trunk@16060 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1020,7 +1020,7 @@ EXPECTED
|
||||
assert_equal 'test1/test2', to_path_param('test1/test2')
|
||||
assert_equal 'test1/test2', to_path_param('/test1/test2/')
|
||||
assert_equal 'test1/test2', to_path_param('//test1/test2/')
|
||||
assert_equal nil, to_path_param('/')
|
||||
assert_nil to_path_param('/')
|
||||
end
|
||||
|
||||
def test_wiki_links_in_tables
|
||||
|
||||
Reference in New Issue
Block a user