mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 19:22:29 +00:00
05831942a7
SocketManager throws internal_error for category_generic, aborting rtorrent over RPC.
16 lines
292 B
C++
16 lines
292 B
C++
#include "test/helpers/test_fixture.h"
|
|
|
|
class TestCommandLocal : public test_fixture {
|
|
CPPUNIT_TEST_SUITE(TestCommandLocal);
|
|
|
|
CPPUNIT_TEST(test_socket_category_commands);
|
|
|
|
CPPUNIT_TEST_SUITE_END();
|
|
|
|
public:
|
|
void setUp();
|
|
void tearDown();
|
|
|
|
void test_socket_category_commands();
|
|
};
|