aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
committerGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
commit23e5c5b11a746be74430eae103fd2cd866ce6bea (patch)
treeaa60f1eae07cf2d28a6b5357c38087710aa176a5 /src/test/util_tests.cpp
parentMerge pull request #1362 from laanwj/2012_05_debugwindowicon2 (diff)
parentchange strings to Bitcoin (uppercase), where it is used as a noun and update ... (diff)
downloaddiscoin-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.cpp2
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");
}