mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
resolve scripttest name conflicts
This commit is contained in:
parent
16bc962c38
commit
d58155881d
1 changed files with 3 additions and 3 deletions
|
|
@ -454,7 +454,7 @@ TEST(Script, ForEachLoop)
|
||||||
function a()
|
function a()
|
||||||
{
|
{
|
||||||
%set = new SimSet();
|
%set = new SimSet();
|
||||||
%set.add(new SimObject(A));
|
%set.add(new SimObject(A_FEC));
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
|
|
||||||
|
|
@ -480,7 +480,7 @@ TEST(Script, ForEachLoop)
|
||||||
function a()
|
function a()
|
||||||
{
|
{
|
||||||
%set = new SimSet();
|
%set = new SimSet();
|
||||||
%set.add(new SimObject(A));
|
%set.add(new SimObject(A_FER));
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
|
|
||||||
|
|
@ -509,7 +509,7 @@ TEST(Script, ForEachLoop)
|
||||||
function a()
|
function a()
|
||||||
{
|
{
|
||||||
%set = new SimSet();
|
%set = new SimSet();
|
||||||
%set.add(new SimObject(A));
|
%set.add(new SimObject(A_FENR));
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
%set.add(new SimObject());
|
%set.add(new SimObject());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue