summaryrefslogtreecommitdiffstats
path: root/src/xml/quote-test.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-09-20 14:59:45 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-09-20 14:59:45 +0000
commit627ff49d6fb3a7e52bb1430c412eee62311b5a2c (patch)
tree62b81f59cd59d3e090d9c94cb1d90418c83d9fb9 /src/xml/quote-test.h
parentRefactor status-bar text for multiple items, was very broken (diff)
downloadinkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.tar.gz
inkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.zip
make check: Fix harder. Remove muldefs hack and modify quote-test.h
so that the hack is not required any more. (bzr r12551)
Diffstat (limited to 'src/xml/quote-test.h')
-rw-r--r--src/xml/quote-test.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xml/quote-test.h b/src/xml/quote-test.h
index bd5c1f54c..bc01ec4e9 100644
--- a/src/xml/quote-test.h
+++ b/src/xml/quote-test.h
@@ -7,10 +7,7 @@
#include <cstring>
#include <functional>
-/* mental disclaims all responsibility for this evil idea for testing
- static functions. The main disadvantages are that we retain any
- #define's and `using' directives of the included file. */
-#include "quote.cpp"
+#include "quote.h"
class XmlQuoteTest : public CxxTest::TestSuite
{