mirror of
https://github.com/redmine/redmine.git
synced 2025-11-06 13:25:44 +01:00
Wiki Pages REST API with version returns wrong comments (#15235).
Patch by Yukinari TOYOTA. git-svn-id: http://svn.redmine.org/redmine/trunk@12245 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -90,6 +90,7 @@ class Redmine::ApiTest::WikiPagesTest < Redmine::ApiTest::Base
|
||||
assert_select 'version', :text => '2'
|
||||
assert_select 'text'
|
||||
assert_select 'author'
|
||||
assert_select 'comments', :text => 'Small update'
|
||||
assert_select 'created_on'
|
||||
assert_select 'updated_on'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user