mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-07-19 14:05:10 -04:00
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:
@@ -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("?>"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user