[Opensim-dev] [Opensim-commits] r7146 - trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests

Justin Clark-Casey jjustincc at googlemail.com
Thu Nov 6 23:45:53 UTC 2008


justincc at opensimulator.org wrote:
> Author: justincc
> Date: 2008-11-06 15:32:39 -0800 (Thu, 06 Nov 2008)
> New Revision: 7146
> 
> Modified:
>    trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs
> Log:
> * Fix test failure in CSCodeGeneratorTest.TestJumps()
> * Need new NoOp(); generated part
> * Not Homer's fault - this test ain't running under Windows! (needs fixing!)

I meant idb.  Of course this has nothing to do with Homer... :)

> 
> 
> Modified: trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs
> ===================================================================
> --- trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs	2008-11-06 23:22:38 UTC (rev 7145)
> +++ trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs	2008-11-06 23:32:39 UTC (rev 7146)
> @@ -1220,7 +1220,7 @@
>                  "\n        {" +
>                  "\n            goto here;" +
>                  "\n            llOwnerSay(new LSL_Types.LSLString(\"Uh oh, the jump didn't work\"));" +
> -                "\n            here:" +
> +                "\n            here: NoOp();" +
>                  "\n            llOwnerSay(new LSL_Types.LSLString(\"After the jump\"));" +
>                  "\n        }\n";
>  
> 
> _______________________________________________
> Opensim-commits mailing list
> Opensim-commits at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-commits
> 


-- 
justincc
Justin Clark-Casey
http://justincc.wordpress.com



More information about the Opensim-dev mailing list