mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Fix test case that was broken since 2b14acc
This commit is contained in:
parent
33fc38e42d
commit
fa73348dc6
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ class Test03_Optimizer(UnitTestCase):
|
|||
self.opt.optimize(p)
|
||||
out = self.outscript.output(p)
|
||||
self.assertEqual(out, 'key k = "blah";\nlist L = [k, "xxxx", 1.];\n'
|
||||
'float f = 0;\ninteger i;\nvector v = <0, 3, 4>;\n'
|
||||
'float f = 0;\ninteger i;\nvector v = <f,3,4>;\n'
|
||||
'default\n{\n timer()\n {\n'
|
||||
' f = 4;\n k = "";\n i = 0;\n'
|
||||
' v = <((float)0), ((float)0), ((float)0)>;\n L = [];\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue