Browse Source

Update HLCodeWidgetTest#testKeyMap's protocol

Kenneth Pullen 11 years ago
parent
commit
b202fb5f86
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/Helios-Workspace-Tests.js
  2. 1 1
      st/Helios-Workspace-Tests.st

+ 1 - 1
js/Helios-Workspace-Tests.js

@@ -3,7 +3,7 @@ smalltalk.addClass('HLCodeWidgetTest', smalltalk.TestCase, [], 'Helios-Workspace
 smalltalk.addMethod(
 smalltalk.method({
 selector: "testKeyMap",
-category: 'as yet unclassified',
+category: 'tests',
 fn: function (){
 var self=this;
 function $HashedCollection(){return smalltalk.HashedCollection||(typeof HashedCollection=="undefined"?nil:HashedCollection)}

+ 1 - 1
st/Helios-Workspace-Tests.st

@@ -3,7 +3,7 @@ TestCase subclass: #HLCodeWidgetTest
 	instanceVariableNames: ''
 	package: 'Helios-Workspace-Tests'!
 
-!HLCodeWidgetTest methodsFor: 'as yet unclassified'!
+!HLCodeWidgetTest methodsFor: 'tests'!
 
 testKeyMap
 "Key maps are a collection of associations."