help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH 7/7] visualgst: Rename RunTestCommand to DebugTe


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [PATCH 7/7] visualgst: Rename RunTestCommand to DebugTestCommand
Date: Mon, 19 Aug 2013 14:48:07 +0200

The VisualGST SUnit utility is using DebugTestCommand but there was
no user of RunTestCommand. Rename the class and document that it is
still not working properly.

2013-08-19  Holger Hans Peter Freyther  <address@hidden>

        * Commands/MethodMenus/DebugTestCommand.st: Rename class from 
RunTestCommand
        to DebugTestCommand.
---
 packages/visualgst/ChangeLog                                | 5 +++++
 packages/visualgst/Commands/MethodMenus/DebugTestCommand.st | 8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/packages/visualgst/ChangeLog b/packages/visualgst/ChangeLog
index 1beb5fa..efae889 100644
--- a/packages/visualgst/ChangeLog
+++ b/packages/visualgst/ChangeLog
@@ -1,5 +1,10 @@
 2013-08-19  Holger Hans Peter Freyther  <address@hidden>
 
+       * Commands/MethodMenus/DebugTestCommand.st: Rename class from 
RunTestCommand
+       to DebugTestCommand.
+
+2013-08-19  Holger Hans Peter Freyther  <address@hidden>
+
        * Extensions.st: Add >>#methodViewIcon extension to 
        STInST.STClassLoaderObjects.LoadedMethod.
 
diff --git a/packages/visualgst/Commands/MethodMenus/DebugTestCommand.st 
b/packages/visualgst/Commands/MethodMenus/DebugTestCommand.st
index f9db1db..5463431 100644
--- a/packages/visualgst/Commands/MethodMenus/DebugTestCommand.st
+++ b/packages/visualgst/Commands/MethodMenus/DebugTestCommand.st
@@ -1,6 +1,6 @@
 "======================================================================
 |
-| RunTestCommand class definition
+| DebugTestCommand class definition
 |
 ======================================================================"
 
@@ -33,12 +33,16 @@
 |
 ======================================================================"
 
-MethodCommand subclass: RunTestCommand [
+MethodCommand subclass: DebugTestCommand [
+
+    <comment: 'Still broken for SUNit... >>#valid is run on a target
+    that is not actually a method....'>
 
     execute [
        <category: 'command'>
 
         target state classOrMeta debug: target state selector
     ]
+
 ]
 
-- 
1.8.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]