瀏覽代碼

housekeeping

George S. Baugh 9 年之前
父節點
當前提交
2f98372354
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      Changes
  2. 1 1
      lib/Test/Rail/Parser.pm

+ 3 - 0
Changes

@@ -2,6 +2,9 @@ Revision history for Perl module TestRail::API
 
 0.034 2016-01-?? TEODESIAN
     - Use Capture::Tiny rahter than IO::CaptureOutput in unit tests
+    - Allow users to signal Test::Rail::Parser to set a custom status
+    - Fix issue where todo_pass would be marked even when a bad plan occurred
+    - Add functions for TestRail 5.2 add/update/remove configurations & groups
 
 0.033 2016-01-06 TEODESIAN
     - Fix issue where running TestRail::Parser with multiple -j in prove corrupted results

+ 1 - 1
lib/Test/Rail/Parser.pm

@@ -110,7 +110,7 @@ A line that begins like so:
 
 % mark_status=
 
-Will allow you to force the status of a test case to whatever is on the RHS of the = expression.
+Will allow you to force the status of a test case to whatever is on the right hand side of the = expression.
 
 Example (force test to retest in event of tool failure):