示例#1
0
		void testToDataKey() {
			DataKey dataKey = m_key1->toDataKey();
			TileKey key(dataKey);
			CPPUNIT_ASSERT_EQUAL(*m_key1, key);
		}