mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Remove duplicate test.
This commit is contained in:
parent
742532d48e
commit
1e017b5c56
1 changed files with 0 additions and 1 deletions
|
@ -560,7 +560,6 @@ def do_tests():
|
|||
shouldexcept('typecast(Vector((1.,2.,3.)), Key)', ELSLTypeMismatch)
|
||||
shouldexcept('typecast(Quaternion((1.,2.,3.,0.)), Key)', ELSLTypeMismatch)
|
||||
shouldexcept('typecast(Key(u""), Vector)', ELSLTypeMismatch)
|
||||
shouldexcept('typecast(Key(u""), Vector)', ELSLTypeMismatch)
|
||||
test('typecast(Key(u"xyz"), unicode)', u'xyz')
|
||||
test('typecast(u"xyz", Key)', Key(u'xyz'))
|
||||
test('typecast(u"3.14e+0a", int)', 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue