Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-31 | fix typo error from recent merge | Dmitriy Kargapolov | |
2014-12-15 | Start using os:getenv/2 fun | Peter Lemenkov | |
See #535 Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-01-16 | jinterface: Fix unicode bug in test code | Sverker Eriksson | |
2013-04-22 | [jinterface] Clean up hanging java nodes after each test case | Siri Hansen | |
2013-03-05 | [jinterface] Kill process between tests to avoid consequential error | Siri Hansen | |
In some cases when a test case fails, the erl_link_server process (which is spawned by many test cases in jinterface_SUITE) does not terminate. This causes the next test case to fail with a badarg as it tries to register a new process with the same name. To avoid this, erl_link_server, if it exists, is now killed in end_per_testcase. Also, some compiler warnings are removed from jitu.erl. | |||
2013-03-04 | [jinterface] Make tests handle space in path on windows | Siri Hansen | |
Add quotes around classpath on windows. | |||
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-09-03 | Escape whitespace in path | Lukas Larsson | |
2010-08-24 | Add test suite for jinterface | Björn Gustavsson | |