Skip to content

Commit 8c708c6

Browse files
committed
Remove old PR Pillar-Tests-Core
1 parent ab6f5a3 commit 8c708c6

20 files changed

+2
-753
lines changed

src/BaselineOfPillar/BaselineOfPillar.class.st

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ BaselineOfPillar >> baseline: spec [
2121
spec
2222
package: 'Pillar-Core'
2323
with: [ spec requires: #( 'OSSubprocess')];
24-
package: 'Pillar-Tests-Core'
25-
with: [ spec requires: #( 'Pillar-Core') ];
26-
24+
2725
package: 'Pillar-ExporterCore' with: [ spec requires: #( 'Pillar-Core' 'ContainersPropertyEnvironment' ) ];
2826

2927
"Latex and HTML packages only contain project logic."
@@ -53,7 +51,6 @@ BaselineOfPillar >> baseline: spec [
5351
#(
5452
'Pillar-ExporterLaTeX'
5553
'Pillar-ExporterHTML'
56-
'Pillar-Tests-Core'
5754
'Pillar-Tests-Cli'
5855
'Pillar-Tests-Project'
5956
'Pillar-Tests-Integration' );

src/Pillar-Tests-Core/PRAbstractAnnotationTest.class.st

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/Pillar-Tests-Core/PRAnchorTest.class.st

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/Pillar-Tests-Core/PRAnnotatedParagraphTest.class.st

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Pillar-Tests-Core/PRBasicObjectTest.class.st

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/Pillar-Tests-Core/PRBeginEnvironmentAnnotationTest.class.st

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/Pillar-Tests-Core/PRDocumentGroupTest.class.st

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)