Commit d05d8206 authored by Łukasz Nowak's avatar Łukasz Nowak

Rename tests to follow convention.

Convention: test<BT Name>[description]
parent a1398b47
...@@ -30,7 +30,7 @@ import unittest ...@@ -30,7 +30,7 @@ import unittest
import random import random
import transaction import transaction
from AccessControl import getSecurityManager from AccessControl import getSecurityManager
from testSlapOSSecurityGroup import TestSlapOSSecurityMixin from testSlapOSCloudSecurityGroup import TestSlapOSSecurityMixin
class TestSlapOSShadowPerson(TestSlapOSSecurityMixin): class TestSlapOSShadowPerson(TestSlapOSSecurityMixin):
def test_active(self): def test_active(self):
......
235 236
\ No newline at end of file \ No newline at end of file
testSlapOSCoreComputerPartitionSlapInterfaceWorkflow testSlapOSCloudComputerPartitionSlapInterfaceWorkflow
testSlapOSCoreComputerSlapInterfaceWorkflow testSlapOSCloudComputerSlapInterfaceWorkflow
testSlapOSCoreConstraint testSlapOSCloudConstraint
testSlapOSCoreInstanceSlapInterfaceWorkflow testSlapOSCloudInstanceSlapInterfaceWorkflow
testSlapOSCorePersonSlapInterfaceWorkflow testSlapOSCloudPersonSlapInterfaceWorkflow
testSlapOSCorePromiseSlapOSModuleIdGeneratorAlarm testSlapOSCloudPromiseSlapOSModuleIdGeneratorAlarm
testSlapOSCoreSlapOSAllocateInstanceAlarm testSlapOSCloudSlapOSAllocateInstanceAlarm
testSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm testSlapOSCloudSlapOSAssertHostingSubscriptionPredecessorAlarm
testSlapOSCoreSlapOSCloudInteractionWorkflow testSlapOSCloudSlapOSCloudInteractionWorkflow
testSlapOSCoreSlapOSFreeComputerPartitionAlarm testSlapOSCloudSlapOSFreeComputerPartitionAlarm
testSlapOSCoreSlapOSGarbageCollectDestroyedRootTreeAlarm testSlapOSCloudSlapOSGarbageCollectDestroyedRootTreeAlarm
testSlapOSCoreSlapOSUpdateComputerCapacityScopeAlarm testSlapOSCloudSlapOSUpdateComputerCapacityScopeAlarm
testSlapOSSecurityGroup testSlapOSCloudSecurityGroup
testSlapOSShadow testSlapOSCloudShadow
\ No newline at end of file \ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
############################################################################## ##############################################################################
from testSlapOSSecurityGroup import TestSlapOSSecurityMixin from testSlapOSCloudSecurityGroup import TestSlapOSSecurityMixin
import re import re
import xml_marshaller import xml_marshaller
from AccessControl.SecurityManagement import getSecurityManager, \ from AccessControl.SecurityManagement import getSecurityManager, \
......
# Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved. # Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved.
from testSlapOSGroupRoleSecurity import TestSlapOSGroupRoleSecurityMixin from testSlapOSCloudGroupRoleSecurity import TestSlapOSGroupRoleSecurityMixin
import transaction import transaction
class TestSlapOSLocalPermissionSlapOSInteractionWorkflow( class TestSlapOSLocalPermissionSlapOSInteractionWorkflow(
......
74 75
\ No newline at end of file \ No newline at end of file
testSlapOSDefaultScenario testSlapOSERP5DefaultScenario
testSlapOSGroupRoleSecurity testSlapOSERP5GroupRoleSecurity
testSlapOSLocalPermissionSlapOSInteractionWorkflow testSlapOSERP5LocalPermissionSlapOSInteractionWorkflow
testSlapOSSkinSelection testSlapOSERP5SkinSelection
\ No newline at end of file \ No newline at end of file
16 17
\ No newline at end of file \ No newline at end of file
testSlapOSSlapTool testSlapOSSlapTool
testSlapOSCoreComputerUpdateFromDict testSlapOSSlapToolComputerUpdateFromDict
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment