summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-11 15:02:06 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-11 15:02:06 +0100
commit6e8a4f21307ec211ca364c846bb8e75b0ede4722 (patch)
tree7750d53e425eaea4fa8299f6a613b65ce6cca7f0 /test
parentea679c10c03b9803e43126e224225ebdf2ba09d0 (diff)
Remove thought-uncritical test that requires stringstream.
Diffstat (limited to 'test')
-rw-r--r--test/colour_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/colour_test.cc b/test/colour_test.cc
index d39c888d..336f0af1 100644
--- a/test/colour_test.cc
+++ b/test/colour_test.cc
@@ -56,8 +56,4 @@ BOOST_AUTO_TEST_CASE (colour)
BOOST_CHECK (c != d);
BOOST_CHECK_THROW (dcp::Colour ("001234"), dcp::XMLError);
-
- locked_stringstream s;
- s << c;
- BOOST_CHECK_EQUAL (s.str(), "(255, 0, 0)");
}