Changeset 1141 for trunk/libtorrent/test/torrent/object_static_map_test.h
- Timestamp:
- 03/06/10 11:35:37 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/test/torrent/object_static_map_test.h
r1138 r1141 8 8 CPPUNIT_TEST(test_write); 9 9 CPPUNIT_TEST(test_read); 10 CPPUNIT_TEST(test_read_extensions); 10 11 11 12 CPPUNIT_TEST(test_read_empty); … … 14 15 CPPUNIT_TEST(test_read_raw_types); 15 16 CPPUNIT_TEST(test_read_multiple); 17 CPPUNIT_TEST(test_read_dict); 16 18 17 19 CPPUNIT_TEST(test_write_empty); … … 29 31 void test_read(); 30 32 33 void test_read_extensions(); 34 31 35 // Proper unit tests: 32 36 void test_read_empty(); … … 35 39 void test_read_raw_types(); 36 40 void test_read_multiple(); 41 void test_read_dict(); 37 42 38 43 void test_write_empty();
