diff options
| author | Gavin Andresen <[email protected]> | 2012-05-19 05:45:50 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-19 05:45:50 -0700 |
| commit | 23e5c5b11a746be74430eae103fd2cd866ce6bea (patch) | |
| tree | aa60f1eae07cf2d28a6b5357c38087710aa176a5 /src/test/util_tests.cpp | |
| parent | Merge pull request #1362 from laanwj/2012_05_debugwindowicon2 (diff) | |
| parent | change strings to Bitcoin (uppercase), where it is used as a noun and update ... (diff) | |
| download | discoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.tar.xz discoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.zip | |
Merge pull request #1289 from Diapolo/Bitcoin_as_noun
change strings to Bitcoin (uppercase), where it is used as a noun and up...
Diffstat (limited to 'src/test/util_tests.cpp')
| -rw-r--r-- | src/test/util_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index 0393edb1a..2bfda6167 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -105,7 +105,7 @@ BOOST_AUTO_TEST_CASE(util_DateTimeStrFormat) { BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 0), "01/01/70 00:00:00"); BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 0x7FFFFFFF), "01/19/38 03:14:07"); - // Formats used within bitcoin + // Formats used within Bitcoin BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 1317425777), "09/30/11 23:36:17"); BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M", 1317425777), "09/30/11 23:36"); } |