mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* More work on rpc::object_storage and moving simple functions over to it.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1165 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
class CommandDynamicTest : public CppUnit::TestFixture {
|
||||
CPPUNIT_TEST_SUITE(CommandDynamicTest);
|
||||
CPPUNIT_TEST(test_basics);
|
||||
CPPUNIT_TEST(test_get_set);
|
||||
CPPUNIT_TEST(test_old_style);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
void setUp();
|
||||
void tearDown() {}
|
||||
|
||||
void test_basics();
|
||||
void test_get_set();
|
||||
|
||||
void test_old_style();
|
||||
|
||||
private:
|
||||
};
|
||||
Reference in New Issue
Block a user