Show
Ignore:
Timestamp:
03/06/10 11:35:37 (2 years ago)
Author:
rakshasa
Message:

* Fixed a bug in reading bencoded data. #2112

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/test/torrent/object_static_map_test.h

    r1138 r1141  
    88  CPPUNIT_TEST(test_write); 
    99  CPPUNIT_TEST(test_read); 
     10  CPPUNIT_TEST(test_read_extensions); 
    1011 
    1112  CPPUNIT_TEST(test_read_empty); 
     
    1415  CPPUNIT_TEST(test_read_raw_types); 
    1516  CPPUNIT_TEST(test_read_multiple); 
     17  CPPUNIT_TEST(test_read_dict); 
    1618 
    1719  CPPUNIT_TEST(test_write_empty); 
     
    2931  void test_read(); 
    3032 
     33  void test_read_extensions(); 
     34 
    3135  // Proper unit tests: 
    3236  void test_read_empty(); 
     
    3539  void test_read_raw_types(); 
    3640  void test_read_multiple(); 
     41  void test_read_dict(); 
    3742 
    3843  void test_write_empty();