Closed marianopeck closed 3 years ago
In #baselinescriptaculous: we can see this:
#baselinescriptaculous:
package: 'Prototype-Tests-Core' with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional') ];
However, Prototype-Tests-Core has subclass of WAScriptGeneratorTest. WAScriptGeneratorTest belongs to Seaside-Test-Cavas and this package is not included in the above #requires.
Prototype-Tests-Core
WAScriptGeneratorTest
Seaside-Test-Cavas
#requires
Proposed change:
package: 'Prototype-Tests-Core' with: [ spec requires: #('Prototype-Core' 'Javascript-Tests-Core' 'Seaside-Tests-Functional' 'Seaside-Test-Cavas' ) ];
In
#baselinescriptaculous:
we can see this:However,
Prototype-Tests-Core
has subclass ofWAScriptGeneratorTest
.WAScriptGeneratorTest
belongs toSeaside-Test-Cavas
and this package is not included in the above#requires
.Proposed change: