From ae267a955df35695708466c39fce6fad9af7efff Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Mon, 3 Feb 2020 14:10:15 -0300 Subject: [PATCH] Move the abstract class for testing operational plugins to the package exposed for test dependents --- .../OperationalPluginAPITest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename source/{Stargate-Model-Tests => Stargate-SUnit-Model}/OperationalPluginAPITest.class.st (96%) diff --git a/source/Stargate-Model-Tests/OperationalPluginAPITest.class.st b/source/Stargate-SUnit-Model/OperationalPluginAPITest.class.st similarity index 96% rename from source/Stargate-Model-Tests/OperationalPluginAPITest.class.st rename to source/Stargate-SUnit-Model/OperationalPluginAPITest.class.st index 8eddffb..b7859eb 100644 --- a/source/Stargate-Model-Tests/OperationalPluginAPITest.class.st +++ b/source/Stargate-SUnit-Model/OperationalPluginAPITest.class.st @@ -4,7 +4,7 @@ I'm an abstract test class providing facilities to test the API of Operational P Class { #name : #OperationalPluginAPITest, #superclass : #HTTPBasedRESTfulAPITest, - #category : #'Stargate-Model-Tests-Operations' + #category : #'Stargate-SUnit-Model' } { #category : #testing }