GameCTO / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

TestLuaInterface is coming up with a false failure for exception capturing #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ThrowException test is producing a false failure when attempting to check 
the error message for the correct message.  The problem appears to be that the 
test is checking the message of the exception object being returned, but for 
.Net exceptions (which is what the test produces), the actual exception is 
wrapped in an exception with the message "A .NET exception occurred in 
user-code".  The test should actually be checking the message of the inner 
exception.

Original issue reported on code.google.com by eonstorm@gmail.com on 3 Jul 2010 at 2:26

GoogleCodeExporter commented 9 years ago
Fixed in r16.

Original comment by eonstorm@gmail.com on 3 Jul 2010 at 3:00