Remove llGetEnv tests from tests; don't generate list in list
llGetEnv() is not computable now, so remove it from the computable functions unit test. The test generated lists inside a list, and after the llGetEnv() change, that caused a weird side effect that hasn't been investigated (see test result of previous commit). To be on the safe side, take all list-generating results out of the list, into their own llSetPrimitiveParams call.
This commit is contained in:
@@ -17,17 +17,15 @@ default
|
||||
, 1
|
||||
, 0
|
||||
, ""
|
||||
, ["INVALID_SCOPE"]
|
||||
, <0., 0., 0.>
|
||||
, 1.
|
||||
, ""
|
||||
, []
|
||||
, []
|
||||
, <1., 1., 1.>
|
||||
, ""
|
||||
, ""
|
||||
, ""
|
||||
, 0
|
||||
]);
|
||||
llSetPrimitiveParams((list)"INVALID_SCOPE");
|
||||
llSetPrimitiveParams([]);
|
||||
llSetPrimitiveParams([]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user