smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-06-25 20:04:12 +00:00
parent 412864ae17
commit 12a8cb9b05
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ TestCase subclass: ActionTest [
| action | | action |
<comment: nil> <comment: nil>
<category: 'Iliad-Tests-Unit-Builders'> <category: 'Iliad-Tests-Unit-Buildables'>
setUp [ setUp [
<category: 'running'> <category: 'running'>

View File

@ -1,7 +1,7 @@
Widget subclass: WidgetMock1 [ Widget subclass: WidgetMock1 [
<comment: nil> <comment: nil>
<category: 'Iliad-Tests-Unit-Builders'> <category: 'Iliad-Tests-Unit-Buildables'>
contents [ contents [
<category: 'building'> <category: 'building'>

View File

@ -1,7 +1,7 @@
Widget subclass: WidgetMock2 [ Widget subclass: WidgetMock2 [
<comment: nil> <comment: nil>
<category: 'Iliad-Tests-Unit-Builders'> <category: 'Iliad-Tests-Unit-Buildables'>
contents [ contents [
<category: 'building'> <category: 'building'>

View File

@ -1,7 +1,7 @@
Widget subclass: WidgetMock3 [ Widget subclass: WidgetMock3 [
<comment: nil> <comment: nil>
<category: 'Iliad-Tests-Unit-Builders'> <category: 'Iliad-Tests-Unit-Buildables'>
contents [ contents [
<category: 'building'> <category: 'building'>

View File

@ -2,7 +2,7 @@ TestCase subclass: WidgetTest [
| c1 c2 c3 | | c1 c2 c3 |
<comment: nil> <comment: nil>
<category: 'Iliad-Tests-Unit-Builders'> <category: 'Iliad-Tests-Unit-Buildables'>
setUp [ setUp [
<category: 'running'> <category: 'running'>