Skip to content

Commit

Permalink
With this fix to Seaside (SeasideSt/Seaside#1441), the patch for #32
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
dalehenrich committed Aug 13, 2024
1 parent 12d2cf1 commit 02e0f27
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
tests-packages
testPackages
| packages |
true
ifTrue: [
"GRPackage appears to no longer be supported"
"https://github.com/GsDevKit/Grease/issues/32"
^self ].
packages := GRPackage grPackages.
self assert: packages notEmpty.
packages do: [ :each |
self assert: each name notEmpty.
self assert: each license notNil.
self deny: (each dependencies includes: nil).
self assert: each url notNil ].
self assert: each url notNil ].

0 comments on commit 02e0f27

Please sign in to comment.