Skip to content

Commit

Permalink
Fix #1289: add dependency from Tests-Functional on REST-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Oct 23, 2021
1 parent 9be357d commit 2803b2a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
5 changes: 3 additions & 2 deletions repository/BaselineOfSeaside3.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ baselinecommon: spec
package: 'Seaside-Tests-Flow' with: [
spec requires: #('Seaside-Flow' 'Seaside-Tests-Functional' ). ];
package: 'Seaside-Tests-Functional' with: [
spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' ). ];
spec requires: #('Seaside-Environment' 'Seaside-Tests-Core' 'Seaside-Widgets' 'Seaside-REST-Core'). ];
package: 'Seaside-Tests-InternetExplorer' with: [
spec requires: #('Seaside-InternetExplorer' 'Seaside-Tests-Core' ). ];
package: 'Seaside-Tests-RenderLoop' with: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "BaselineOfSeaside3",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfSeaside3",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
"category" : "BaselineOfSeaside3",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BaselineOfSeaside3",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'BaselineOfSeaside3'!
SystemOrganization addCategory: #BaselineOfSeaside3!
3 changes: 1 addition & 2 deletions repository/BaselineOfSeaside3.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit 2803b2a

Please sign in to comment.