diff --git a/testfuncs.py b/testfuncs.py index 945ab8f..8ca6d93 100644 --- a/testfuncs.py +++ b/testfuncs.py @@ -551,9 +551,7 @@ def do_tests(): test('typecast(Infinity, unicode)', u'Infinity') test('typecast(NaN, unicode)', u'NaN') test('typecast(Vector((NaN,-Infinity,-0.)), unicode)', u'') - lslcommon.LSO = True test('typecast(Vector((NaN,-Infinity,-0.)), unicode, True, True)', u'') - lslcommon.LSO = False test('typecast(Vector((NaN,2.,3.)), list)', [Vector((NaN,2.,3.))]) test('typecast([Vector((NaN,2.,-Infinity))], list)', [Vector((NaN,2.,-Infinity))])