George S. Baugh před 9 roky
rodič
revize
2f98372354
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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):