diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-21 00:14:53 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-21 00:14:53 -0700 |
commit | ce974094ace6a33d46d8dcc6ca66a6fcdc014bbd (patch) | |
tree | a6c2f594cbc04bd2042dd55c66afc23f51f9b14c /tests/test_write.cpp | |
parent | 28e63f66e1e947de276a2181b28906528a483037 (diff) |
tests: Fix test compilation
Rename PAGE_SIZE to page_size to avoid define conflict with Android SDK.
Minor fixes in several tests.
Diffstat (limited to 'tests/test_write.cpp')
-rw-r--r-- | tests/test_write.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_write.cpp b/tests/test_write.cpp index 1528453..ad6c409 100644 --- a/tests/test_write.cpp +++ b/tests/test_write.cpp @@ -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("?>")); |