--- a/src/network/test/pcap-file-test-suite.cc Tue Aug 18 15:19:32 2015 -0700
+++ b/src/network/test/pcap-file-test-suite.cc Tue Aug 18 16:17:36 2015 -0700
@@ -211,7 +211,7 @@
};
ReadModeCreateTestCase::ReadModeCreateTestCase ()
- : TestCase ("Check to see that PcapFile::Open with mode \"std::ios::in\" works")
+ : TestCase ("Check to see that PcapFile::Open with mode std::ios::in works")
{
}
@@ -320,7 +320,7 @@
};
AppendModeCreateTestCase::AppendModeCreateTestCase ()
- : TestCase ("Check to see that PcapFile::Open with mode \"std::ios::app\" works")
+ : TestCase ("Check to see that PcapFile::Open with mode std::ios::app works")
{
}