aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/testsuite.at
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-08 16:41:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-08 17:39:49 +0100
commit9d911d59a022f8f109849cc1abdf1a2adb9c4e7f (patch)
tree6d8b1dd649f2e913190f0108ed67dd48fae00c55 /openbsc/tests/testsuite.at
parent89c725051db3c911694e72393aa13d3fc328c3e2 (diff)
db: Add testcase for the db migration.
Diffstat (limited to 'openbsc/tests/testsuite.at')
-rw-r--r--openbsc/tests/testsuite.at4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at
index b2c551859..4465b2528 100644
--- a/openbsc/tests/testsuite.at
+++ b/openbsc/tests/testsuite.at
@@ -10,7 +10,9 @@ AT_CLEANUP
AT_SETUP([db])
AT_KEYWORDS([db])
cat $abs_srcdir/db/db_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/db/db_test], [], [expout], [ignore])
+cat $abs_srcdir/db/db_test.err > experr
+cat $abs_srcdir/db/hlr.sqlite3 > hlr.sqlite3
+AT_CHECK([$abs_top_builddir/tests/db/db_test], [], [expout], [experr])
AT_CLEANUP
AT_SETUP([channel])