aboutsummaryrefslogtreecommitdiff
path: root/tests/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-03 17:48:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-04 13:41:05 +0300
commit46fd72d12ac587e46bbfdd653673d3b2ae8d433b (patch)
treee1358e6a63b3992fd91bfa09c140b951859f9c13 /tests/load
parent995d0c5dd5eb9a3221a18028466043852808bc23 (diff)
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'tests/load')
-rw-r--r--tests/load/buildfile2
-rw-r--r--tests/load/driver.cxx2
-rw-r--r--tests/load/loadtab (renamed from tests/load/r.conf)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/buildfile b/tests/load/buildfile
index a4b0ffb..2088ee1 100644
--- a/tests/load/buildfile
+++ b/tests/load/buildfile
@@ -18,4 +18,4 @@ exe{driver}: test = false
# precondition: PostgreSQL server running port 8432 with brep schema created.
# test:
-# ./driver ../../load/brep-load --db-host localhost --db-port 8432 ./r.conf
+# ./driver ../../load/brep-load --db-host localhost --db-port 8432 ./loadtab
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 396d89f..a0ab10f 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -52,7 +52,7 @@ main (int argc, char* argv[])
auto print_usage = [argv]()
{
cerr << "usage: " << argv[0]
- << " <loader_path> [loader_options] <loader_conf_file>" << endl;
+ << " <loader_path> [loader_options] <loadtab_file>" << endl;
};
if (argc < 3)
diff --git a/tests/load/r.conf b/tests/load/loadtab
index fe06984..fe06984 100644
--- a/tests/load/r.conf
+++ b/tests/load/loadtab