From 5ef2d6f00d5e92ebb910853f6762473d4957a406 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 10 Oct 2015 22:01:09 -0400 Subject: [PATCH] Test: Enabled test that was disabled and failing --- test/iso8601d.t.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/iso8601d.t.cpp b/test/iso8601d.t.cpp index 0ab743d5c..b31715ddb 100644 --- a/test/iso8601d.t.cpp +++ b/test/iso8601d.t.cpp @@ -398,12 +398,10 @@ int main (int argc, char** argv) t.is (fromString3.day (), 31, "ctor (std::string) -> d"); t.is (fromString3.year (), 2007, "ctor (std::string) -> y"); -/* ISO8601d fromString4 ("01/01/2008", "m/d/Y"); t.is (fromString4.month (), 1, "ctor (std::string) -> m"); t.is (fromString4.day (), 1, "ctor (std::string) -> d"); t.is (fromString4.year (), 2008, "ctor (std::string) -> y"); -*/ ISO8601d fromString5 ("Tue 05 Feb 2008 (06)", "a D b Y (V)"); t.is (fromString5.month (), 2, "ctor (std::string) -> m");