lizg преди 1 седмица
родител
ревизия
e5092f2559
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      odbctest/mql/basic/01clear/1_delete_all_test_data.mql
  2. 1 1
      odbctest/mql/basic/01clear/2_drop_all_test_class.mql

+ 1 - 1
odbctest/mql/basic/01clear/1_delete_all_test_data.mql

@@ -605,7 +605,7 @@ onerror(continue,`not exist`,`not find`,`not found`)
 **/
 ;
 
-delete from /test with version
+delete from /test/ with version
 /**
 onerror(continue,`not exist`,`not find`,`not found`)
 **/

+ 1 - 1
odbctest/mql/basic/01clear/2_drop_all_test_class.mql

@@ -123,5 +123,5 @@ drop class if exists /test/abc ;
 
 drop class if exists /test/foo ;
 
-drop class if exists /test ;
+drop class if exists /test/ ;