diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-13 16:09:14 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-18 23:13:58 +0200 |
| commit | ff0ee876bb66b572921087fcd3775fc2602138c2 (patch) | |
| tree | 8d2a7099558df03355a66c245626c9cd48172410 /src/test/util_tests.cpp | |
| parent | Merge pull request #1350 from jgarzik/del-deprecated (diff) | |
| download | discoin-ff0ee876bb66b572921087fcd3775fc2602138c2.tar.xz discoin-ff0ee876bb66b572921087fcd3775fc2602138c2.zip | |
change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string
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"); } |