test: Finished regexing the last tests
This commit is contained in:
parent
0c89dbaa62
commit
bbe2b78c29
2 changed files with 6 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ TESTING "Component Test Suite: Asset Manager" ./test-components --group=asset
|
|||
|
||||
TEST "AssetCategory_test" AssetCategory_test <<END
|
||||
out: Category: AUDIO
|
||||
out: Category: VIDEO/bin1
|
||||
out: Category: VIDEO/bin1$
|
||||
out: Category: VIDEO/bin1/subbin
|
||||
out: Category: EFFECT/some_kind
|
||||
return: 0
|
||||
|
|
|
|||
|
|
@ -1,14 +1,12 @@
|
|||
TESTING "Component Test Suite: Builder" ./test-components --group=builder
|
||||
|
||||
|
||||
|
||||
|
||||
TEST "BuilderTool_test" BuilderTool_test <<END
|
||||
out: apply (tool, clip);
|
||||
out: Clip on media : Asset(VIDEO:lumi.test-1 v1)
|
||||
out: apply (tool, test1);
|
||||
out: treat (AbstractMO&);
|
||||
out: apply (tool, test2);
|
||||
out: apply \(tool, clip\);
|
||||
out: Clip on media : Asset\(VIDEO:lumi.test-1 v1\)
|
||||
out: apply \(tool, test1\);
|
||||
out: treat \(AbstractMO&\);
|
||||
out: apply \(tool, test2\);
|
||||
out: catch-all-function called...
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue