Author: gert
Date: 2007-10-31 18:44:57 -0500 (Wed, 31 Oct 2007)
New Revision: 88619

Modified:
   trunk/gert/standalone/bug335229/test.cs
Log:
Use ODBC environment variable for determining whether to run the test.


Modified: trunk/gert/standalone/bug335229/test.cs
===================================================================
--- trunk/gert/standalone/bug335229/test.cs     2007-10-31 23:38:59 UTC (rev 
88618)
+++ trunk/gert/standalone/bug335229/test.cs     2007-10-31 23:44:57 UTC (rev 
88619)
@@ -10,7 +10,7 @@
        [STAThread]
        static int Main ()
        {
-               if (Environment.GetEnvironmentVariable ("MONO_TESTS_SQL") == 
null)
+               if (Environment.GetEnvironmentVariable ("MONO_TESTS_ODBC") == 
null)
                        return 0;
 
                OdbcConnection conn = new OdbcConnection 
(CreateConnectionString ());

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to