]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - cpp/wvtest.cc
Merge branch 'master' of git://github.com/wlach/wvtest
[wvtest.git] / cpp / wvtest.cc
index 5653744e497f5ce74e891e9bd7a4f2cffbd68e6b..3931cca9bdb2230944c125d103399f8d4399386d 100644 (file)
@@ -382,6 +382,14 @@ bool WvTest::start_check_eq(const char *file, int line,
 }
 
 
+bool WvTest::start_check_eq(const char *file, int line,
+                           const std::string &a, const std::string &b, 
+                            bool expect_pass)
+{
+    return start_check_eq(file, line, a.c_str(), b.c_str(), expect_pass);
+}
+
+
 bool WvTest::start_check_eq(const char *file, int line, 
                             int a, int b, bool expect_pass)
 {