From 255494852ba244e92ba4dc2a3821b3ffea0f8f93 Mon Sep 17 00:00:00 2001 From: Jinsongdi Yu Date: Mon, 1 Nov 2010 13:49:17 +0100 Subject: JYu: systemtest patch with memleak test --- .../test_select/test_rasql/composite_constants_struct.rasql | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/testcases_mandatory/test_select/test_rasql/composite_constants_struct.rasql (limited to 'systemtest/testcases_mandatory/test_select/test_rasql/composite_constants_struct.rasql') diff --git a/systemtest/testcases_mandatory/test_select/test_rasql/composite_constants_struct.rasql b/systemtest/testcases_mandatory/test_select/test_rasql/composite_constants_struct.rasql new file mode 100644 index 0000000..a22359e --- /dev/null +++ b/systemtest/testcases_mandatory/test_select/test_rasql/composite_constants_struct.rasql @@ -0,0 +1 @@ +select struct{ struct{ 1l, 2l, 3l }, true } from test_grey \ No newline at end of file -- cgit