summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r--tests/TestClient.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index f1e0c5a7..968e4423 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -39,7 +39,8 @@ public:
void delta(const Raul::URI& uri,
const Properties& remove,
- const Properties& add) {}
+ const Properties& add,
+ Resource::Graph ctx = Resource::Graph::DEFAULT) {}
void copy(const Raul::URI& old_uri,
const Raul::URI& new_uri) {}
@@ -60,7 +61,8 @@ public:
void set_property(const Raul::URI& subject,
const Raul::URI& predicate,
- const Atom& value) {}
+ const Atom& value,
+ Resource::Graph ctx = Resource::Graph::DEFAULT) {}
void set_response_id(int32_t id) {}