Backport changes from feature-bind.

This commit is contained in:
Jari Sundell
2019-08-23 23:25:24 +09:00
committed by GitHub
parent f43f9e430d
commit 7659cd0ec0
50 changed files with 658 additions and 220 deletions
+1 -3
View File
@@ -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;