summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-02-10 13:05:02 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-02-10 13:05:02 +0100
commit35843c3654ee65709aed4f44a62b6ef6b07032fb (patch)
tree34f6c461410f75152102d9c9d987af5dc9404a9d
parent2b81cc18c6cd29c8d944a3d8c152c4a19ff882c0 (diff)
misc: Modernize the category names to help with MontiCello grouping
-rw-r--r--Dispatcher.st2
-rw-r--r--Tests.st2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dispatcher.st b/Dispatcher.st
index ec8d559..4015378 100644
--- a/Dispatcher.st
+++ b/Dispatcher.st
@@ -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 [
diff --git a/Tests.st b/Tests.st
index a32490f..8009d8c 100644
--- a/Tests.st
+++ b/Tests.st
@@ -17,7 +17,7 @@
"
TestCase subclass: TimerTest [
- <category: 'Very simple timer tests'>
+ <category: 'OsmoCore-Tests'>
testTimer [
| sem now |