mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 17:36:33 +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,14 +10,14 @@ class AppendText(desc.CommandLineNode):
|
|||
label='Input File',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
),
|
||||
desc.File(
|
||||
name='inputText',
|
||||
label='Input Text',
|
||||
description='''''',
|
||||
value='',
|
||||
uid=[0],
|
||||
invalidate=True,
|
||||
)
|
||||
]
|
||||
|
||||
|
@ -27,6 +27,6 @@ class AppendText(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