Kaynağa Gözat

Update HLCodeWidgetTest#testKeyMap's protocol

Kenneth Pullen 11 yıl önce
ebeveyn
işleme
b202fb5f86

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

@@ -3,7 +3,7 @@ smalltalk.addClass('HLCodeWidgetTest', smalltalk.TestCase, [], 'Helios-Workspace
 smalltalk.addMethod(
 smalltalk.addMethod(
 smalltalk.method({
 smalltalk.method({
 selector: "testKeyMap",
 selector: "testKeyMap",
-category: 'as yet unclassified',
+category: 'tests',
 fn: function (){
 fn: function (){
 var self=this;
 var self=this;
 function $HashedCollection(){return smalltalk.HashedCollection||(typeof HashedCollection=="undefined"?nil:HashedCollection)}
 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: ''
 	instanceVariableNames: ''
 	package: 'Helios-Workspace-Tests'!
 	package: 'Helios-Workspace-Tests'!
 
 
-!HLCodeWidgetTest methodsFor: 'as yet unclassified'!
+!HLCodeWidgetTest methodsFor: 'tests'!
 
 
 testKeyMap
 testKeyMap
 "Key maps are a collection of associations."
 "Key maps are a collection of associations."