summaryrefslogtreecommitdiff
path: root/tests/test_xpath_operators.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-29 13:36:53 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-29 13:36:53 +0000
commit162962a7364a6c39a49f7936adee2a6d0cdb8da5 (patch)
tree90c0020017ccc7b2ab2dacc64fd1c56380166163 /tests/test_xpath_operators.cpp
parentd3419f2f4bcac79065a8067d41630bd702046eb8 (diff)
tests: Fixed tests for wchar_t mode, disabled some tests on compilers with broken NaN behavior
git-svn-id: http://pugixml.googlecode.com/svn/trunk@463 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_xpath_operators.cpp')
-rw-r--r--tests/test_xpath_operators.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp
index 610e2b2..0355e46 100644
--- a/tests/test_xpath_operators.cpp
+++ b/tests/test_xpath_operators.cpp
@@ -2,18 +2,6 @@
#include "common.hpp"
-#if defined(_MSC_VER) && _MSC_VER == 1200
-# define MSVC6_NAN_BUG // NaN comparison on MSVC6 is incorrect, see http://www.nabble.com/assertDoubleEquals,-NaN---Microsoft-Visual-Studio-6-td9137859.html
-#endif
-
-#if defined(__INTEL_COMPILER) && __INTEL_COMPILER == 800
-# 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;