We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4385af6 commit c630ed7Copy full SHA for c630ed7
2 files changed
Changes
@@ -1,5 +1,9 @@
1
Revision history for Test2-Harness-Renderer-JUnit
2
3
+1.000004 2021-05-13 - Todd Rinaldo
4
+- Don't fail the whole run when you see a duplicate test. Just ammend the failure message.
5
+- Update CI test suite.
6
+
7
1.000003 2020-10-19 - Todd Rinaldo
8
- Fix missing deps introduced in 1.02
9
lib/Test2/Harness/Renderer/JUnit.pm
@@ -5,7 +5,7 @@ use 5.010000;
use strict;
use warnings;
-our $VERSION = '1.000003';
+our $VERSION = '1.000004';
10
# This is used frequently during development to determine what different events look like so we can determine how to capture test data.
11
use Data::Dumper;
0 commit comments