From 562979c4a8fe47952edf7986d4144624e41630f7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 4 Dec 2006 02:42:57 +0000 Subject: add unit tests for active record and sqlmap --- tests/simple_unit/SqlMap/resources/data.db | Bin 0 -> 5120 bytes tests/simple_unit/SqlMap/resources/person.xml | 26 ++++++++++++++++++++++++++ tests/simple_unit/SqlMap/resources/sqlmap.xml | 12 ++++++++++++ tests/simple_unit/SqlMap/resources/test.db | Bin 0 -> 5120 bytes tests/simple_unit/SqlMap/resources/tests.db | 0 5 files changed, 38 insertions(+) create mode 100644 tests/simple_unit/SqlMap/resources/data.db create mode 100644 tests/simple_unit/SqlMap/resources/person.xml create mode 100644 tests/simple_unit/SqlMap/resources/sqlmap.xml create mode 100644 tests/simple_unit/SqlMap/resources/test.db create mode 100644 tests/simple_unit/SqlMap/resources/tests.db (limited to 'tests/simple_unit/SqlMap/resources') diff --git a/tests/simple_unit/SqlMap/resources/data.db b/tests/simple_unit/SqlMap/resources/data.db new file mode 100644 index 00000000..b8c158cc Binary files /dev/null and b/tests/simple_unit/SqlMap/resources/data.db differ diff --git a/tests/simple_unit/SqlMap/resources/person.xml b/tests/simple_unit/SqlMap/resources/person.xml new file mode 100644 index 00000000..f5db33f9 --- /dev/null +++ b/tests/simple_unit/SqlMap/resources/person.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/simple_unit/SqlMap/resources/sqlmap.xml b/tests/simple_unit/SqlMap/resources/sqlmap.xml new file mode 100644 index 00000000..3d20321d --- /dev/null +++ b/tests/simple_unit/SqlMap/resources/sqlmap.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/simple_unit/SqlMap/resources/test.db b/tests/simple_unit/SqlMap/resources/test.db new file mode 100644 index 00000000..b8c158cc Binary files /dev/null and b/tests/simple_unit/SqlMap/resources/test.db differ diff --git a/tests/simple_unit/SqlMap/resources/tests.db b/tests/simple_unit/SqlMap/resources/tests.db new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3