* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Data / Test / ProviderTests / System.Data.OleDb.jvm / MonoTests.System.Data.Utils / ADONetTesterClass.cs
index e4045e4ab4f9475e9fad44abf39c751840a1b27c..df79aafd0d59f7e1c5ca7eff6305996cad09eb6a 100755 (executable)
@@ -1839,7 +1839,8 @@ namespace MonoTests.System.Data.Utils {
                        finally {EndCase(exp); exp = null;}
 
                        //DB2 don't return primary key
-                       if (DBType != DataBaseServer.DB2) {
+                       if (DBType != DataBaseServer.DB2 &&
+                               DBType != DataBaseServer.Oracle) {
                                try {
                                        BeginCase("MissingSchemaAction.AddWithKey, PrimaryKey");
                                        Compare(ds.Tables[0].PrimaryKey.Length > 0 ,true );