summaryrefslogtreecommitdiffstats
path: root/test/vpnor/create_read_window_straddle_partitions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpnor/create_read_window_straddle_partitions.cpp')
-rw-r--r--test/vpnor/create_read_window_straddle_partitions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpnor/create_read_window_straddle_partitions.cpp b/test/vpnor/create_read_window_straddle_partitions.cpp
index ca0ac0b..67149fa 100644
--- a/test/vpnor/create_read_window_straddle_partitions.cpp
+++ b/test/vpnor/create_read_window_straddle_partitions.cpp
@@ -54,7 +54,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);
int rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info));
assert(rc == 1);
OpenPOWER on IntegriCloud