tests/jv_libgdbs_tests.st
changeset 7 7a51f98e7162
parent 6 d935bc59f6f4
child 12 568a2971c977
--- a/tests/jv_libgdbs_tests.st	Mon Jun 02 22:25:25 2014 +0100
+++ b/tests/jv_libgdbs_tests.st	Mon Jun 02 23:56:27 2014 +0100
@@ -28,8 +28,8 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBMIParserTests "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBMIParserTests "
+        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBParserTests "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBParserTests "
         #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests "
     )
 !
@@ -65,7 +65,7 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
-        GDBMIParserTests
+        GDBParserTests
         #'jv_libgdbs_tests'
     )
 !