summaryrefslogtreecommitdiff
path: root/tests/corelib/numerics/BasicAmount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-17 02:56:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:35 -0400
commite43f54f24936a0fd93ae9dba8a163982ede0e1ab (patch)
tree49524c2bccb740f362c25eebce6c7808e8a74222 /tests/corelib/numerics/BasicAmount.h
parente7f9486f6e524947a29b8e7d20bc834a240a3b23 (diff)
downloadfork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.gz
fork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.bz2
fork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.zip
Started adding commodity tests
Diffstat (limited to 'tests/corelib/numerics/BasicAmount.h')
-rw-r--r--tests/corelib/numerics/BasicAmount.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/corelib/numerics/BasicAmount.h b/tests/corelib/numerics/BasicAmount.h
index cff3bed8..2c107f45 100644
--- a/tests/corelib/numerics/BasicAmount.h
+++ b/tests/corelib/numerics/BasicAmount.h
@@ -1,5 +1,5 @@
-#ifndef _BASICAMOUNTTEST_H
-#define _BASICAMOUNTTEST_H
+#ifndef _BASICAMOUNT_H
+#define _BASICAMOUNT_H
#include "UnitTests.h"
@@ -65,4 +65,4 @@ private:
void operator=(const BasicAmountTestCase &copy);
};
-#endif /* _BASICAMOUNTTEST_H */
+#endif /* _BASICAMOUNT_H */