summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestCoinListItem.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-12-24 12:57:19 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-12-24 12:57:19 -0500
commite5dadb7661ee519ed62aafd0ea3e382c81478504 (patch)
tree9cf2ec82893d1f200deb462d08daaa647379f048 /sigmod/test/TestCoinListItem.h
parent02f857a6b072bd7b74b8377d186350fbb7fa776a (diff)
downloadsigen-e5dadb7661ee519ed62aafd0ea3e382c81478504.tar.gz
sigen-e5dadb7661ee519ed62aafd0ea3e382c81478504.tar.xz
sigen-e5dadb7661ee519ed62aafd0ea3e382c81478504.zip
Renamed coinListItem to item in tests
Diffstat (limited to 'sigmod/test/TestCoinListItem.h')
-rw-r--r--sigmod/test/TestCoinListItem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmod/test/TestCoinListItem.h b/sigmod/test/TestCoinListItem.h
index e5c7e199..90e7a043 100644
--- a/sigmod/test/TestCoinListItem.h
+++ b/sigmod/test/TestCoinListItem.h
@@ -45,9 +45,9 @@ class TestCoinListItem : public TestSigmodObject
void assignment();
private:
- Sigmod::CoinListItem* m_coinListItem1;
- Sigmod::CoinListItem* m_coinListItem2;
- Sigmod::CoinListItem* m_coinListItem3;
+ Sigmod::CoinListItem* m_item1;
+ Sigmod::CoinListItem* m_item2;
+ Sigmod::CoinListItem* m_item3;
};
#endif