Skip to content

Commit 02e0f27

Browse files
committed
With this fix to Seaside (SeasideSt/Seaside#1441), the patch for #32 is no longer necessary ..revert "Issue #32: wire out the GRPackageTest>>testPackages test. The test fails in the presence of Seaside since, Seaside doesn't define the 'required methods' anymore"
This reverts commit 12d2cf1.
1 parent 12d2cf1 commit 02e0f27

File tree

1 file changed

+1
-6
lines changed
  • repository/Grease-Tests-Core.package/GRPackageTest.class/instance

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
tests-packages
22
testPackages
33
| packages |
4-
true
5-
ifTrue: [
6-
"GRPackage appears to no longer be supported"
7-
"https://github.com/GsDevKit/Grease/issues/32"
8-
^self ].
94
packages := GRPackage grPackages.
105
self assert: packages notEmpty.
116
packages do: [ :each |
127
self assert: each name notEmpty.
138
self assert: each license notNil.
149
self deny: (each dependencies includes: nil).
15-
self assert: each url notNil ].
10+
self assert: each url notNil ].

0 commit comments

Comments
 (0)