54 CPPUNIT_ASSERT(something);
55 CPPUNIT_ASSERT_EQUAL(something->aValue, 0);
56 something->aValue = 5;
57 Pool->freeOne(something);
61 CPPUNIT_ASSERT_EQUAL(otherthing, something);
62 CPPUNIT_ASSERT_EQUAL(otherthing->aValue, 0);
63 Pool->freeOne(otherthing);