diff --git a/src/Pillar-Tests-Core/PRDocumentSample.class.st b/src/Pillar-ExporterRichText/PRDocumentSample.class.st similarity index 99% rename from src/Pillar-Tests-Core/PRDocumentSample.class.st rename to src/Pillar-ExporterRichText/PRDocumentSample.class.st index dcfdf732..b991ca42 100644 --- a/src/Pillar-Tests-Core/PRDocumentSample.class.st +++ b/src/Pillar-ExporterRichText/PRDocumentSample.class.st @@ -5,7 +5,7 @@ I'm a holder of some samples for Pillar structures. Class { #name : #PRDocumentSample, #superclass : #PRDocument, - #category : #'Pillar-Tests-Core' + #category : #'Pillar-ExporterRichText' } { #category : #'annotated paragraph' } diff --git a/src/Pillar-Tests-Core/PRDocumentSampleTest.class.st b/src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st similarity index 85% rename from src/Pillar-Tests-Core/PRDocumentSampleTest.class.st rename to src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st index 0b2aa6dc..4cb723d0 100644 --- a/src/Pillar-Tests-Core/PRDocumentSampleTest.class.st +++ b/src/Pillar-ExporterRichText/PRDocumentSampleTest.class.st @@ -1,7 +1,7 @@ Class { #name : #PRDocumentSampleTest, #superclass : #TestCase, - #category : #'Pillar-Tests-Core' + #category : #'Pillar-ExporterRichText' } { #category : #tests }