Adding test cases for predicates with logical operators
commit0566ae9b5c4a2c4f5b993f6f933791e406fea2e2
authorprabatuty <prabatuty>
Thu, 29 Nov 2007 04:48:17 +0000 (29 04:48 +0000)
committerprabatuty <prabatuty>
Thu, 29 Nov 2007 04:48:17 +0000 (29 04:48 +0000)
treed515d99575592a6dcfbc141dd2503a1b9fba5fe2
parent49f32d0bc473e1bd4de59c1b2d40a10fb680beae
Adding test cases for predicates with logical operators
38 files changed:
test/TestModules
test/dbapi/Predicate/Makefile [new file with mode: 0644]
test/dbapi/Predicate/andandpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/andorandpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/andorpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/andpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/common.h [new file with mode: 0644]
test/dbapi/Predicate/exp.test001 [new file with mode: 0644]
test/dbapi/Predicate/exp.test002 [new file with mode: 0644]
test/dbapi/Predicate/exp.test003 [new file with mode: 0644]
test/dbapi/Predicate/exp.test003a [new file with mode: 0644]
test/dbapi/Predicate/exp.test003b [new file with mode: 0644]
test/dbapi/Predicate/exp.test003c [new file with mode: 0644]
test/dbapi/Predicate/exp.test004 [new file with mode: 0644]
test/dbapi/Predicate/exp.test004a [new file with mode: 0644]
test/dbapi/Predicate/exp.test004b [new file with mode: 0644]
test/dbapi/Predicate/exp.test004c [new file with mode: 0644]
test/dbapi/Predicate/exp.test005 [new file with mode: 0644]
test/dbapi/Predicate/exp.test005a [new file with mode: 0644]
test/dbapi/Predicate/exp.test005b [new file with mode: 0644]
test/dbapi/Predicate/exp.test005c [new file with mode: 0644]
test/dbapi/Predicate/exp.test006 [new file with mode: 0644]
test/dbapi/Predicate/exp.test006a [new file with mode: 0644]
test/dbapi/Predicate/exp.test006b [new file with mode: 0644]
test/dbapi/Predicate/exp.test006c [new file with mode: 0644]
test/dbapi/Predicate/exp.test007 [new file with mode: 0644]
test/dbapi/Predicate/exp.test008 [new file with mode: 0644]
test/dbapi/Predicate/exp.test009 [new file with mode: 0644]
test/dbapi/Predicate/exp.test010 [new file with mode: 0644]
test/dbapi/Predicate/exp.test011 [new file with mode: 0644]
test/dbapi/Predicate/exp.test012 [new file with mode: 0644]
test/dbapi/Predicate/notandpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/notorpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/notpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/orandorpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/orandpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/ororpredicate1.c [new file with mode: 0644]
test/dbapi/Predicate/orpredicate1.c [new file with mode: 0644]