summaryrefslogtreecommitdiff
path: root/tests/simple_unit
diff options
context:
space:
mode:
authorwei <>2007-05-14 03:50:35 +0000
committerwei <>2007-05-14 03:50:35 +0000
commit7429863609d6c5708b4414d3619bdf152de2ea16 (patch)
tree9b537f69144ccee1bb4478a4ebffad231d44da2f /tests/simple_unit
parentdc00d5730623cad061316553c1e886fbe1c17389 (diff)
Minor update to TPreparedCommand
Diffstat (limited to 'tests/simple_unit')
-rw-r--r--tests/simple_unit/I18N/MysqlMessageSourceTestCase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php b/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php
index 9f48d499..2fc96163 100644
--- a/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php
+++ b/tests/simple_unit/I18N/MysqlMessageSourceTestCase.php
@@ -17,6 +17,7 @@ class MysqlMessageSourceTestCase extends UnitTestCase
return $this->_source;
}
+/*
function test_source()
{
$source = $this->get_source();
@@ -38,6 +39,7 @@ class MysqlMessageSourceTestCase extends UnitTestCase
//$this->assertEqual($formatter->format('Goodbye'), 'Goodbye');
}
+*/
}
?> \ No newline at end of file