diff --git a/Capture/capturelib/test/TestCaptureLib.cpp b/Capture/capturelib/test/TestCaptureLib.cpp index e988b2e..2ce8bb0 100644 --- a/Capture/capturelib/test/TestCaptureLib.cpp +++ b/Capture/capturelib/test/TestCaptureLib.cpp @@ -45,7 +45,7 @@ TEST_CASE("TestCaptureLib_getTimeStr", INFO("ts: " << ts); REQUIRE(ts.length() == 23); - std::regex pattern(R"(\d{4}\.\d{2}\.\d{2}\.\d{2}\.\d{2}\.\d{2}\.\d{3})"); + std::regex pattern(R"(\d{4}\.\d{2}\.\d{2}\-\d{2}\.\d{2}\.\d{2}\.\d{3})"); std::smatch match; ts = getTimeStr(); diff --git a/Capture/version.txt b/Capture/version.txt index f08a237..72fd1c7 100644 --- a/Capture/version.txt +++ b/Capture/version.txt @@ -1 +1 @@ -1.11.0.257 \ No newline at end of file +1.11.0.258 \ No newline at end of file