summaryrefslogtreecommitdiffhomepage
path: root/test/doc_props/tc_app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/doc_props/tc_app.rb')
-rw-r--r--test/doc_props/tc_app.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/doc_props/tc_app.rb b/test/doc_props/tc_app.rb
index cee3e564..94358fc5 100644
--- a/test/doc_props/tc_app.rb
+++ b/test/doc_props/tc_app.rb
@@ -38,6 +38,7 @@ class TestApp < Test::Unit::TestCase
schema.validate(doc).each do |error|
errors << error
end
- assert_equal(errors.size, 0, "app.xml invalid" + errors.map(&:message).to_s)
+
+ assert_equal(0, errors.size, "app.xml invalid" + errors.map(&:message).to_s)
end
end