persistentstorage/sql/TEST/t_sqldefect.cpp
branchGCC_SURGE
changeset 38 c4e342fcf0c8
parent 22 a7ba600cb39d
child 55 44f437012c90
--- a/persistentstorage/sql/TEST/t_sqldefect.cpp	Mon Jun 21 22:46:09 2010 +0100
+++ b/persistentstorage/sql/TEST/t_sqldefect.cpp	Thu Jul 22 16:49:09 2010 +0100
@@ -1394,7 +1394,7 @@
 	
 	// Begin test
 	TInt fsError = KErrGeneral;
-	TInt count = 1;
+	TInt count = 0;
 	
 	const TInt KMaxOps = 300;
 
@@ -1634,7 +1634,8 @@
     }
 
 /**
-Test defect where calling RSQLStatement::DeclaredColumnType() on a table which contains long (> 20 characters) column type names results in a USER 11 panic.
+Test defect where calling RSQLStatement::DeclaredColumnType() on a table which contains long (> 20 characters) column type 
+names results in a USER 11 panic.
 This test should pass because these are valid SQL column types 
 */
 void LongColumnTypeTest()