diff options
author | James Cook <james@lindenlab.com> | 2010-05-11 17:27:14 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-11 17:27:14 -0700 |
commit | 5aa8b5d37eb6824865d09af248aa9d9d518daeb9 (patch) | |
tree | f8b4b43b30001a6d7968a0b557cd8ab530c15d95 /indra/newview/tests | |
parent | e2deaf5a14a01020afe4240f33e438a0676ba0ec (diff) |
Clean up merge, dueling LLDateUtil refactoring
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/lldateutil_test.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/tests/lldateutil_test.cpp b/indra/newview/tests/lldateutil_test.cpp index e19983db8f..9ec24eb515 100644 --- a/indra/newview/tests/lldateutil_test.cpp +++ b/indra/newview/tests/lldateutil_test.cpp @@ -190,13 +190,13 @@ namespace tut "3 weeks old" ); } - template<> template<> - void dateutil_object_t::test<6>() - { - set_test_name("ISO dates"); - LLDate now(std::string("2010-01-04T12:00:00Z")); - ensure_equals("days", - LLDateUtil::ageFromDateISO("2009-12-13", now), - "3 weeks old" ); - } + //template<> template<> + //void dateutil_object_t::test<6>() + //{ + // set_test_name("ISO dates"); + // LLDate now(std::string("2010-01-04T12:00:00Z")); + // ensure_equals("days", + // LLDateUtil::ageFromDateISO("2009-12-13", now), + // "3 weeks old" ); + //} } |