smalltalk
/
osmo-st-core
Archived
1
0
Fork 0

misc: Modernize the category names to help with MontiCello grouping

This commit is contained in:
Holger Hans Peter Freyther 2013-02-10 13:05:02 +01:00
parent 2b81cc18c6
commit 35843c3654
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
Object subclass: Dispatcher [
| queue dispatch quit |
<category: 'OsmoCore'>
<category: 'OsmoCore-Core'>
<comment: 'I run tasks from the same context.'>
Dispatcher class >> instance [

View File

@ -17,7 +17,7 @@
"
TestCase subclass: TimerTest [
<category: 'Very simple timer tests'>
<category: 'OsmoCore-Tests'>
testTimer [
| sem now |