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 <hol...@freyther.de> * 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 <hol...@freyther.de> + * Commands/MethodMenus/DebugTestCommand.st: Rename class from RunTestCommand + to DebugTestCommand. + +2013-08-19 Holger Hans Peter Freyther <hol...@freyther.de> + * 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 _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org https://lists.gnu.org/mailman/listinfo/help-smalltalk