mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Properly set the ContainerRegistry for the missing container test
This commit is contained in:
parent
dfd8cfb2b8
commit
73779eef25
@ -357,6 +357,8 @@ def test_deserializeMoveDefinitionContainer(global_stack):
|
|||||||
assert global_stack.material.getId() == "empty"
|
assert global_stack.material.getId() == "empty"
|
||||||
assert global_stack.definition.getId() != "empty"
|
assert global_stack.definition.getId() != "empty"
|
||||||
|
|
||||||
|
UM.Settings.ContainerStack._containerRegistry = None
|
||||||
|
|
||||||
## Tests whether getProperty properly applies the stack-like behaviour on its
|
## Tests whether getProperty properly applies the stack-like behaviour on its
|
||||||
# containers.
|
# containers.
|
||||||
def test_getPropertyFallThrough(global_stack):
|
def test_getPropertyFallThrough(global_stack):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user