mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58:37 +02:00
[tests] Update unit tests with new UID system
This commit is contained in:
parent
e5ac6bd0dc
commit
d67062d39d
6 changed files with 39 additions and 41 deletions
|
@ -10,28 +10,28 @@ class AppendFiles(desc.CommandLineNode):
|
|||
label='Input File',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name='input2',
|
||||
label='Input File 2',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name='input3',
|
||||
label='Input File 3',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name='input4',
|
||||
label='Input File 4',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
]
|
||||
|
||||
|
@ -41,7 +41,7 @@ class AppendFiles(desc.CommandLineNode):
|
|||
label='Output',
|
||||
description='''''',
|
||||
value=desc.Node.internalFolder + 'appendText.txt',
|
||||
uid=[],
|
||||
invalidate=False,
|
||||
)
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue