diff options
author | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2011-01-31 12:29:39 +0100 |
---|---|---|
committer | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2011-01-31 12:29:39 +0100 |
commit | a7432ec69f6aa2fdb574a94540107e5de5439277 (patch) | |
tree | 0979c838173cfc215a57310294fb01b846e16d68 /testautomation/dbaccess/tools/tabletools.inc | |
parent | c08743f5e4f19f11c99cf9ecf07fb7b20d339e21 (diff) |
cws dba34b: fix for i116042
Diffstat (limited to 'testautomation/dbaccess/tools/tabletools.inc')
-rw-r--r-- | testautomation/dbaccess/tools/tabletools.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc index 99c4abf723b3..461ef8ff2da3 100644 --- a/testautomation/dbaccess/tools/tabletools.inc +++ b/testautomation/dbaccess/tools/tabletools.inc @@ -340,6 +340,7 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional sleep 1 FieldType.TypeKeys "<RETURN>" , TRUE Description.TypeKeys "<RETURN>" , TRUE + CellDescription.TypeKeys "<RETURN>" , TRUE printlog "-------------------------------" next sleep(1) |