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
import random
import transaction
from AccessControl import getSecurityManager
from testSlapOSSecurityGroup import TestSlapOSSecurityMixin
from testSlapOSCloudSecurityGroup import TestSlapOSSecurityMixin
class TestSlapOSShadowPerson(TestSlapOSSecurityMixin):
def test_active(self):
......
235
\ No newline at end of file
236
\ No newline at end of file
testSlapOSCoreComputerPartitionSlapInterfaceWorkflow
testSlapOSCoreComputerSlapInterfaceWorkflow
testSlapOSCoreConstraint
testSlapOSCoreInstanceSlapInterfaceWorkflow
testSlapOSCorePersonSlapInterfaceWorkflow
testSlapOSCorePromiseSlapOSModuleIdGeneratorAlarm
testSlapOSCoreSlapOSAllocateInstanceAlarm
testSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm
testSlapOSCoreSlapOSCloudInteractionWorkflow
testSlapOSCoreSlapOSFreeComputerPartitionAlarm
testSlapOSCoreSlapOSGarbageCollectDestroyedRootTreeAlarm
testSlapOSCoreSlapOSUpdateComputerCapacityScopeAlarm
testSlapOSSecurityGroup
testSlapOSShadow
\ No newline at end of file
testSlapOSCloudComputerPartitionSlapInterfaceWorkflow
testSlapOSCloudComputerSlapInterfaceWorkflow
testSlapOSCloudConstraint
testSlapOSCloudInstanceSlapInterfaceWorkflow
testSlapOSCloudPersonSlapInterfaceWorkflow
testSlapOSCloudPromiseSlapOSModuleIdGeneratorAlarm
testSlapOSCloudSlapOSAllocateInstanceAlarm
testSlapOSCloudSlapOSAssertHostingSubscriptionPredecessorAlarm
testSlapOSCloudSlapOSCloudInteractionWorkflow
testSlapOSCloudSlapOSFreeComputerPartitionAlarm
testSlapOSCloudSlapOSGarbageCollectDestroyedRootTreeAlarm
testSlapOSCloudSlapOSUpdateComputerCapacityScopeAlarm
testSlapOSCloudSecurityGroup
testSlapOSCloudShadow
\ No newline at end of file
......@@ -5,7 +5,7 @@
#
##############################################################################
from testSlapOSSecurityGroup import TestSlapOSSecurityMixin
from testSlapOSCloudSecurityGroup import TestSlapOSSecurityMixin
import re
import xml_marshaller
from AccessControl.SecurityManagement import getSecurityManager, \
......
# Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved.
from testSlapOSGroupRoleSecurity import TestSlapOSGroupRoleSecurityMixin
from testSlapOSCloudGroupRoleSecurity import TestSlapOSGroupRoleSecurityMixin
import transaction
class TestSlapOSLocalPermissionSlapOSInteractionWorkflow(
......
74
\ No newline at end of file
75
\ No newline at end of file
testSlapOSDefaultScenario
testSlapOSGroupRoleSecurity
testSlapOSLocalPermissionSlapOSInteractionWorkflow
testSlapOSSkinSelection
\ No newline at end of file
testSlapOSERP5DefaultScenario
testSlapOSERP5GroupRoleSecurity
testSlapOSERP5LocalPermissionSlapOSInteractionWorkflow
testSlapOSERP5SkinSelection
\ No newline at end of file
16
\ No newline at end of file
17
\ No newline at end of file
testSlapOSSlapTool
testSlapOSCoreComputerUpdateFromDict
\ No newline at end of file
testSlapOSSlapToolComputerUpdateFromDict
\ 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