Przeglądaj źródła

v20 release - fix minor breakage in mocks

George S. Baugh 10 lat temu
rodzic
commit
62c7f74101

+ 6 - 0
Changes

@@ -1,5 +1,11 @@
 Revision history for Perl module TestRail::API
 
+0.020 2015-03-25 TEODESIAN
+    - Add getRunsPaginated and getPlansPaginated to get around 250 hardlimit in TR results
+    - Modify getRuns and getPlans to use the above to actually get all runs/plans
+    - Fix various defective pod surrounding those methods
+    - Fix minor incorrectness in testrail-report POD
+
 0.019 2015-03-18 TEODESIAN
     - Add createRunInPlan method to TestRail::API
     - Add translateConfigNamesToIds method to TestRail::API

+ 4 - 1
dist.ini

@@ -1,6 +1,6 @@
 name = TestRail-API
 main_module = lib/TestRail/API.pm
-version = 0.019
+version = 0.020
 author = George S. Baugh <teodesian@cpan.org>
 license = Perl_5
 copyright_holder = George S. Baugh
@@ -105,6 +105,9 @@ stopwords = TODO
 stopwords = createRunInPlan
 stopwords = getConfigurationGroups
 stopwords = getConfigurations
+stopwords = getPlansPaginated
+stopwords = getRunsPaginated
+
 
 [PkgVersion]
 [AutoPrereqs]

BIN
dist/TestRail-API-0.020.tar.gz


Plik diff jest za duży
+ 1 - 1
lib/Test/LWP/UserAgent/TestRailMock.pm


+ 1 - 1
lib/TestRail/API.pm

@@ -1040,7 +1040,7 @@ sub deleteRun {
 
 Get all runs for specified project.
 To do this, it must make (no. of runs/250) HTTP requests.
-This is due to the maximum resultset limit enforced by testrail.
+This is due to the maximum result set limit enforced by testrail.
 
 =over 4
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików