Skip to content

Commit

Permalink
Change baseline to load FileSystem tests
Browse files Browse the repository at this point in the history
Otherwise FileSystem-Git will not have FileSystemTest
available to derive from.
  • Loading branch information
j4yk committed Jun 1, 2019
1 parent 4e9ac24 commit e446fad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/BaselineOfSquot.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ baseline: spec
repository: 'http://www.squeaksource.com/DiffMerge';
file: 'DiffMerge-tonyg.12'. ];
baseline: 'FileSystem' with:
[spec repository: 'github://j4yk/Squeak-FileSystem:master/src'];
[spec
repository: 'github://j4yk/Squeak-FileSystem:master/src';
loads: #('default' 'tests')];
package: 'VersionControl';
package: 'Squot' with: [
spec requires: #('FileSystem' 'Ston' 'DiffMerge' 'VersionControl' ). ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "jr 3/3/2019 09:24",
"baseline:" : "jr 6/1/2019 22:02",
"projectClass" : "jr 5/4/2017 17:25" } }

0 comments on commit e446fad

Please sign in to comment.