ソースを参照

work towards v14

George S. Baugh 11 年 前
コミット
99dd64b67c
2 ファイル変更8 行追加2 行削除
  1. 7 1
      Changes
  2. 1 1
      dist.ini

+ 7 - 1
Changes

@@ -1,6 +1,12 @@
 Revision history for Perl module TestRail::API
 
-0.013 2015-01-?? TEODESIAN
+0.014 2015-01-06 TEODESIAN
+    - Fixed issue where testrail-report would not parse the results of multiple tests in a TAP file or stream.
+    - Fixed issue where testrail-report would erroneously attempt to report the results of subtests.
+    - Parse TODO/SKIP messages correctly, add todo reason to the test notes
+    - Set SKIP_ALL tests status correctly
+
+0.013 2015-01-04 TEODESIAN
     - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
     - Remove checking of user being in getUsers, this won't work with external (LDAP) auth
 

+ 1 - 1
dist.ini

@@ -1,6 +1,6 @@
 name = TestRail-API
 main_module = lib/TestRail/API.pm
-version = 0.013
+version = 0.014
 author = George S. Baugh <teodesian@cpan.org>
 license = Perl_5
 copyright_holder = George S. Baugh