Skip to content

Commit

Permalink
Merge pull request #133 from hpi-swa-teaching/updating-baseline
Browse files Browse the repository at this point in the history
Updating Baseline
  • Loading branch information
kolioOtSofia authored Jul 19, 2021
2 parents 0fb32b4 + f1d6afb commit daf1d9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ baseline: spec
'AutoTDD-Exceptions'
'OSProcess') ];
package: 'AutoTDD-GUI' with: [ spec requires: #( 'AutoTDD-Core' ) ];
package: 'AutoTDD-Help';
postLoadDoIt: #postLoad;
package: 'AutoTDD-Dummy-Success-Tests';
package: 'AutoTDD-Dummy-Failure-Tests';
Expand All @@ -29,7 +30,7 @@ baseline: spec
package: 'AutoTDD-Tests' with: [ spec requires: #( 'default' 'dummies' ) ];
yourself.
spec
group: 'default' with: #( 'AutoTDD-Core' 'AutoTDD-GUI' );
group: 'default' with: #( 'AutoTDD-Core' 'AutoTDD-GUI' 'AutoTDD-Help');
group: 'libraries' with: #( 'JSON' );
group: 'dummies' with: #(
'AutoTDD-Dummy-Success-Tests'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
"createSar" : "ng 6/8/2021 11:50" },
"instance" : {
"baseline:" : "ng 7/11/2021 15:05",
"baseline:" : "ng 7/19/2021 19:43",
"postLoad" : "ng 7/8/2021 18:11" } }

0 comments on commit daf1d9f

Please sign in to comment.