mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
Backport changes from feature-bind.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "object_storage_test.h"
|
||||
#include "helpers/assert.h"
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(ObjectStorageTest);
|
||||
|
||||
#define ASSERT_CATCH_INPUT_ERROR(some_code) \
|
||||
try { some_code; CPPUNIT_ASSERT("torrent::input_error not caught" && false); } catch (torrent::input_error& e) { }
|
||||
|
||||
void
|
||||
ObjectStorageTest::test_basics() {
|
||||
rpc::object_storage::iterator itr;
|
||||
|
||||
Reference in New Issue
Block a user