From ef2fc3942664d4d7131542080e838f7754a3081f Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 10 May 2007 03:22:04 +0000 Subject: Add unit test code for #589. --- tests/simple_unit/Tickets/Ticket589Test.php | 22 ++++++++++++++++++++++ tests/simple_unit/Tickets/sqlmap.xml | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 tests/simple_unit/Tickets/Ticket589Test.php create mode 100644 tests/simple_unit/Tickets/sqlmap.xml (limited to 'tests/simple_unit') diff --git a/tests/simple_unit/Tickets/Ticket589Test.php b/tests/simple_unit/Tickets/Ticket589Test.php new file mode 100644 index 00000000..26f4f7ed --- /dev/null +++ b/tests/simple_unit/Tickets/Ticket589Test.php @@ -0,0 +1,22 @@ +configureXml(dirname(__FILE__).'/sqlmap.xml'); + $this->fail(); + }catch(TSqlMapConfigurationException $e) + { + $expect = 'Invalid property \'parametrClass\' for class \'TSqlMapStatement\' for tag \'assertEqual(strpos($e->getMessage(),$expect),0); + } + } +} + +?> \ No newline at end of file diff --git a/tests/simple_unit/Tickets/sqlmap.xml b/tests/simple_unit/Tickets/sqlmap.xml new file mode 100644 index 00000000..81918fbc --- /dev/null +++ b/tests/simple_unit/Tickets/sqlmap.xml @@ -0,0 +1,21 @@ + + + + #last_visit# OR + rt.modified > #last_visit# OR + rwt.visited = 0 ) + ORDER BY rt.title ASC + ]]> + + + \ No newline at end of file -- cgit v1.2.3