tests/jv_libgdbs_tests.st
changeset 45 deb908479a37
parent 30 520ddea6851f
child 47 4f5d75acecb0
--- a/tests/jv_libgdbs_tests.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/tests/jv_libgdbs_tests.st	Tue Sep 23 23:48:13 2014 +0100
@@ -28,7 +28,7 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBParserTests"
+        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBMIParserTests"
         #'stx:goodies/sunit'    "TestAsserter - superclass of GDBDebuggerTests"
         #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests"
     )
@@ -67,7 +67,7 @@
         "<className> or (<className> attributes...) in load order"
         GDBDebuggerTests
         GDBInternalPipeStreamTests
-        GDBParserTests
+        GDBMIParserTests
         GDBSimulatorProcessTests
         #'jv_libgdbs_tests'
     )