Commit Graph

14 Commits

Author SHA1 Message Date
Sebastian Serth
ef63ebfecf JUnit 4: Fix broken arrayEquals comparison
This test still checked for a \r\n, which is why we modified the RegEx. Further, during testing of this change, I noticed that the line number 50 was outdated and only valid for JUnit 4.11. Since we updated to 4.13 recently, we need to find another mechanism to check for the correct line.
2023-09-24 15:43:58 +02:00
Sebastian Serth
574e99eddd Fix rubocop offenses - Requires Ruby 3.1+ 2022-11-25 11:10:06 +01:00
Sebastian Serth
57795b1cfc Fix JUnit 4 for ArrayComparisonFailure 2022-05-17 10:02:56 -04:00
Sebastian Serth
ea85519163 Update bundle (with newest rubocop version) and fix offenses 2022-01-04 09:42:37 +01:00
Sebastian Serth
7bda3f1950 JUnit 4: Allow "exit" at the end of tests 2021-11-02 22:42:38 +01:00
Sebastian Serth
3d3478d859 Test Adapters: Always use the last output for score runs
* This prevents learners from cheating by printing the required status line themselves
2021-11-02 15:52:49 +01:00
Sebastian Serth
49d71f9763 Specify version for junit_adapter.rb 2021-09-11 19:51:50 +02:00
Sebastian Serth
6cbecb5b39 Apply automatic rubocop fixes 2021-05-14 22:03:06 +02:00
Ralf Teusner
1093968782 fix error parsing for result boxes 2018-07-13 11:12:07 +02:00
Ralf Teusner
c474ac3d87 removed invisible control characters 2017-03-07 16:00:35 +01:00
Maximilian Grundke
e73b5389fd Fix unittest adapters 2016-04-12 14:39:00 +02:00
Maximilian Grundke
56207e6351 Add error message grabbing support for JUnit 2016-03-09 18:32:54 +01:00
Hauke Klement
1268cdf7aa improved readability 2015-02-23 08:45:10 +01:00
Hauke Klement
4cbf9970b1 transferred Code Ocean from original repository to GitHub 2015-01-22 10:01:32 +01:00