summaryrefslogtreecommitdiff
path: root/tests/test_xpath_operators.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-29 21:47:37 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-29 21:47:37 +0000
commita70f6b1a70aa1c31cedd3659e070bc46a8722fc1 (patch)
tree949a1d6e9d68786effe1bcc3b3175e5d784dd6d4 /tests/test_xpath_operators.cpp
parent1fdd096c8011446935396baf447bfed9331f3ff3 (diff)
tests: CodeWarrior and BCC supported
git-svn-id: http://pugixml.googlecode.com/svn/trunk@195 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_xpath_operators.cpp')
-rw-r--r--tests/test_xpath_operators.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp
index 8a83723..de18070 100644
--- a/tests/test_xpath_operators.cpp
+++ b/tests/test_xpath_operators.cpp
@@ -10,6 +10,10 @@
# define MSVC6_NAN_BUG // IC8 seems to have the same bug as MSVC6 does
#endif
+#if defined(__BORLANDC__)
+# define MSVC6_NAN_BUG // BCC seems to have the same bug as MSVC6 does
+#endif
+
TEST_XML(xpath_operators_arithmetic, "<node><foo-bar>10</foo-bar><foo>2</foo><bar>3</bar></node>")
{
xml_node c;