Browse Source

Update HLCodeWidgetTest#testKeyMap's protocol

Kenneth Pullen 11 năm trước cách đây
mục cha
commit
b202fb5f86
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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."