summaryrefslogtreecommitdiffstats
path: root/test/vpnor/create_read_window_oob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/create_read_window_oob.cpp')
-rw-r--r--test/vpnor/create_read_window_oob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpnor/create_read_window_oob.cpp b/test/vpnor/create_read_window_oob.cpp
index ce85617..8b2b0f4 100644
--- a/test/vpnor/create_read_window_oob.cpp
+++ b/test/vpnor/create_read_window_oob.cpp
@@ -49,7 +49,7 @@ int main()
ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE);
test::VpnorRoot root(ctx, toc, BLOCK_SIZE);
- vpnor_create_partition_table_from_path(ctx, root.ro().c_str());
+ init_vpnor_from_paths(ctx);
rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info));
assert(rc == 1);
OpenPOWER on IntegriCloud