tests/jv_vdb_tests.st
changeset 116 d0d6da74ead3
parent 111 a70313e80780
child 132 a1dededebc0b
--- a/tests/jv_vdb_tests.st	Wed Oct 03 15:52:44 2018 +0100
+++ b/tests/jv_vdb_tests.st	Thu Oct 04 10:51:17 2018 +0100
@@ -68,10 +68,11 @@
      Please also take a look at the #mandatoryPreRequisites method"
 
     ^ #(
-        #'jv:libgdbs'    "GDBDebugger - referenced by VDBInstructionListApplicationTests>>test_01"
+        #'jv:libgdbs'    "GDBDebugger - referenced by VDBInstructionListApplicationTests>>test_01a"
         #'jv:libgdbs/tests'    "GDBDebuggeesResource - referenced by VDBAbstractApplicationTests class>>resources"
-        #'jv:vdb'    "VDBInstructionListApplication - referenced by VDBInstructionListApplicationTests>>test_01"
+        #'jv:vdb'    "VDBInstructionListApplication - referenced by VDBInstructionListApplicationTests>>test_01a"
         #'stx:libbasic3'    "MessageTracer - referenced by VDBAbstractApplicationTests>>setUp"
+        #'stx:libview2'    "ValueHolder - referenced by VDBInstructionListApplicationTests>>test_01a"
     )
 !