mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
test getProperty()
This commit is contained in:
parent
58fbce005a
commit
d6464541e9
@ -111,6 +111,7 @@ public class WasmRule extends TemporaryFolder {
|
||||
wasm.addFile( url );
|
||||
}
|
||||
wasm.setProperty( JWebAssembly.DEBUG_NAMES, "true" );
|
||||
assertEquals( "true", wasm.getProperty( JWebAssembly.DEBUG_NAMES ) );
|
||||
|
||||
// add the libraries that it can be scanned for annotations
|
||||
final String[] libraries = System.getProperty("java.class.path").split(File.pathSeparator);
|
||||
|
Loading…
x
Reference in New Issue
Block a user