Date: Friday, March 3, 2006 @ 18:21:58
Author: gilles
Path: /cvsroot/carob/carob/test/30-ResultSet
Modified: TestDriverResultSet.cpp (1.2 -> 1.3)
Minor typo in function description
-------------------------+
TestDriverResultSet.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: carob/test/30-ResultSet/TestDriverResultSet.cpp
diff -u carob/test/30-ResultSet/TestDriverResultSet.cpp:1.2
carob/test/30-ResultSet/TestDriverResultSet.cpp:1.3
--- carob/test/30-ResultSet/TestDriverResultSet.cpp:1.2 Fri Mar 3 16:54:13 2006
+++ carob/test/30-ResultSet/TestDriverResultSet.cpp Fri Mar 3 18:21:58 2006
@@ -37,7 +37,7 @@
void TestDriverResultSet::testNullValueRetrieval()
{
- wstring fctName(L"TestStatement::testNullValueRetrieval");
+ wstring fctName(L"TestDriverResultSet::testNullValueRetrieval");
Statement* statementPtr = NULL;
//1. Update table: set a value to null
statementPtr = connectionPtr->createStatement();
@@ -83,7 +83,7 @@
void TestDriverResultSet::testGetAsIntOnString()
{
- wstring fctName(L"TestStatement::testGetAsIntOnString");
+ wstring fctName(L"TestDriverResultSet::testGetAsIntOnString");
Statement* statementPtr = NULL;
//1. Set a string to an int an read it
statementPtr = connectionPtr->createStatement();
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits