Update core library GPL boilerplate and (C) from git log
[ardour.git] / libs / pbd / test / string_convert_test.cc
index 2f06ad9c52868894a730ddf50f2a1d3a31112d17..27a24c54efe3c39b3f376eee0014d81353e39a93 100644 (file)
@@ -564,8 +564,8 @@ StringConvertTest::test_double_conversion ()
 }
 
 // we have to use these as CPPUNIT_ASSERT_EQUAL won't accept char arrays
-static const std::string BOOL_TRUE_STR ("yes");
-static const std::string BOOL_FALSE_STR ("no");
+static const std::string BOOL_TRUE_STR ("1");
+static const std::string BOOL_FALSE_STR ("0");
 
 void
 StringConvertTest::test_bool_conversion ()