From db1ed38ecefc50d4372a01afeb497c2183eb29d0 Mon Sep 17 00:00:00 2001 From: rylek Date: Fri, 24 Feb 2012 22:31:34 +0000 Subject: [PATCH] +SqlExp: added code to check all dialects + logging EXP faults git-svn-id: svn://ultimatepp.org/upp/trunk@4618 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/SqlExp/SqlExp.upp | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/upptst/SqlExp/SqlExp.upp b/upptst/SqlExp/SqlExp.upp index 1d6fe6c71..78e9c772c 100644 --- a/upptst/SqlExp/SqlExp.upp +++ b/upptst/SqlExp/SqlExp.upp @@ -1,15 +1,14 @@ -description "SqlExp unit testing\377"; - -uses - Core, - Sql; - -file - SqlExp.sch, - Test.i, - SqlExp.cpp; - -mainconfig - "" = "", - "" = "NOSTOP"; - +description "SqlExp unit testing\377"; + +uses + Core, + Sql; + +file + SqlExp.sch, + Test.i, + SqlExp.cpp; + +mainconfig + "" = "", + "" = "NOSTOP";