Addding test cases for connection and datatype module.
commit4554ef2d36c4fa4e2e65eaa788725a676dfbe53d
authorprabatuty <prabatuty>
Sat, 24 Nov 2007 05:03:51 +0000 (24 05:03 +0000)
committerprabatuty <prabatuty>
Sat, 24 Nov 2007 05:03:51 +0000 (24 05:03 +0000)
tree893ce58872389a3fad6ef9e1e6f8ac119dfbeb45
parentdc41dba5c1400a9992de7edce3baa92a4d8b1c91
Addding test cases for connection and datatype module.
changed storage to performance module
added system/config module
42 files changed:
test/TestModules
test/dbapi/Connection/Makefile
test/dbapi/Connection/conntest13.c
test/dbapi/Connection/conntest17.c [copied from test/dbapi/Connection/conntest13.c with 92% similarity]
test/dbapi/Connection/conntest9.c
test/dbapi/DataType/Makefile
test/dbapi/DataType/byteinttest.c
test/dbapi/DataType/chartest.c
test/dbapi/DataType/datetest.c
test/dbapi/DataType/doubletest.c
test/dbapi/DataType/exp.test002
test/dbapi/DataType/exp.test004
test/dbapi/DataType/exp.test006 [copied from test/dbapi/DataType/exp.test002 with 98% similarity]
test/dbapi/DataType/exp.test007 [copied from test/dbapi/DataType/exp.test002 with 100% similarity]
test/dbapi/DataType/exp.test008 [copied from test/dbapi/DataType/exp.test002 with 98% similarity]
test/dbapi/DataType/exp.test015 [copied from test/dbapi/DataType/exp.test008 with 100% similarity]
test/dbapi/DataType/exp.test016 [moved from test/dbapi/DataType/exp.test008 with 98% similarity]
test/dbapi/DataType/exp.test017 [new file with mode: 0644]
test/dbapi/DataType/exp.test018 [new file with mode: 0644]
test/dbapi/DataType/exp.test019 [new file with mode: 0644]
test/dbapi/DataType/exp.test020 [new file with mode: 0644]
test/dbapi/DataType/exp.test021 [new file with mode: 0644]
test/dbapi/DataType/exp.test022 [new file with mode: 0644]
test/dbapi/DataType/floattest.c
test/dbapi/DataType/inttest.c
test/dbapi/DataType/longlongtest.c
test/dbapi/DataType/longtest.c
test/dbapi/DataType/shorttest.c
test/dbapi/DataType/timestamptest.c
test/dbapi/DataType/timetest.c
test/dbapi/Index/Makefile
test/dbapi/Index/twoindex1.c [new file with mode: 0644]
test/dbapi/Index/twoindex2.c [new file with mode: 0644]
test/execTests.ksh
test/genReport.ksh
test/performance/DMLTest.c [moved from test/storage/DMLTest.c with 100% similarity]
test/performance/DMLTestChar.c [moved from test/storage/DMLTestChar.c with 100% similarity]
test/performance/DMLThreadTest.c [moved from test/storage/DMLThreadTest.c with 100% similarity]
test/performance/Makefile [moved from test/storage/Makefile with 100% similarity]
test/performance/Range.c [moved from test/storage/Range.c with 100% similarity]
test/system/config/Makefile [copied from test/dbapi/Index/Makefile with 67% similarity]
test/system/config/conftest1.c [new file with mode: 0644]