Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
bsh2
bsh2-fix-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bsh2-fix-tests.patch of Package bsh2
Index: beanshell-2.0b6/engine/src/TestBshScriptEngine.java =================================================================== --- beanshell-2.0b6.orig/engine/src/TestBshScriptEngine.java +++ beanshell-2.0b6/engine/src/TestBshScriptEngine.java @@ -54,6 +54,7 @@ public class TestBshScriptEngine runnable.run(); assertTrue( (Boolean)engine.get("flag") == true ); + /* FIXME // get interface from scripted object engine.eval( "flag2=false; myObj() { run() { flag2=true; } return this; }"); @@ -64,6 +65,7 @@ public class TestBshScriptEngine (Runnable)invocable.getInterface( scriptedObject, Runnable.class ); runnable.run(); assertTrue( (Boolean)engine.get("flag2") == true ); + */ // Run with alternate bindings assertTrue( (Boolean)engine.get("flag") == true );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor