aboutsummaryrefslogtreecommitdiff
path: root/test/exprfault.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/exprfault.test')
-rw-r--r--test/exprfault.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/exprfault.test b/test/exprfault.test
index 9e5977e1d..f0abe9ac3 100644
--- a/test/exprfault.test
+++ b/test/exprfault.test
@@ -31,5 +31,15 @@ do_faultsim_test 1.1 -faults oom* -prep {
faultsim_test_result {0 {}}
}
+do_faultsim_test 2 -faults oom* -prep {
+ faultsim_restore_and_reopen
+} -body {
+ execsql {
+ SELECT hex ( unhex('ABCDEF') );
+ }
+} -test {
+ faultsim_test_result {0 ABCDEF}
+}
+
finish_test