[Mono-bugs] [Bug 62613][Wis] Changed - [PATCH] Mono.Data.SqliteClient named input parameters

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 15 02:19:29 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tsureshkumar at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62613

--- shadow/62613	2005-06-14 06:32:18.000000000 -0400
+++ shadow/62613.tmp.12594	2005-06-15 02:19:29.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 62613
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Data
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: chris at turchin.net               
@@ -185,6 +185,20 @@
 Thanks. 
 
 ------- Additional Comments From thomas.zoechling at gmx.at  2005-06-14 06:32 -------
 Created an attachment (id=15325)
 Changelog added
 
+
+------- Additional Comments From tsureshkumar at novell.com  2005-06-15 02:19 -------
+The test case patch has some issues:
+
+1. it relies on console.writeline. Please remove those lines and add
+proper Assert to check success/failure.
+
+2. it seems the cases are only to version 2. if it contains cases for
+3 as well, better separate them into a different file.
+
+3. There is already a test framework for sqlite client, creating db
+and running. it now checks for sqlite 3 version only. Please make
+these tests compatiable with that approach. (see Makefile &
+TestFixtureSetup method).


More information about the mono-bugs mailing list