Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-21 | jinterface: fix bug in equality for OtpErlangFun | Vlad Dumitrescu | |
Arrays (here: md5 and freeVars) must not be compared with equals, which is broken. | |||
2014-02-13 | jinterface: Fix jinterface_SUITE | Björn-Egil Dahlberg | |
Let Maps be tested in the suite. | |||
2014-02-11 | jinterface: implement support for maps | Vlad Dumitrescu | |
The API and implementation are simplistic, like for lists and tuples, using arrays and without any connection to java.util.Map. | |||
2013-04-22 | [jinterface] Extend timetrap timers in nc_SUITE and jinterface_SUITE | Siri Hansen | |
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. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for jinterface | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update jinterface tests to conform with common_test standard | Lukas Larsson | |
2010-08-24 | Add test suite for jinterface | Björn Gustavsson | |