tests: Fix test compilation

Rename PAGE_SIZE to page_size to avoid define conflict with Android SDK.
Minor fixes in several tests.
This commit is contained in:
Arseny Kapoulkine
2015-03-21 00:14:53 -07:00
parent 28e63f66e1
commit ce974094ac
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ TEST(write_pi_invalid)
node.set_name(STR("test"));
node.set_value(STR("?"));
CHECK_NODE(doc, STR("<?test ?" "?>"));
CHECK_NODE(doc, STR("<?test ?") STR("?>"));
node.set_value(STR("?>"));