File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ class TestlinkXMLRPCServer extends IXR_Server {
216216 public static $ testCaseVersionParamName = "tcversion " ;
217217 public static $ itsNameParamName = "itsname " ;
218218 public static $ itsEnabledParamName = "itsenabled " ;
219- public static $ itsTypeParamName = "itstype " ;
220- public static $ itsCfgParamName = "itscfg " ;
219+ public static $ itsTypeParamName = "type " ;
220+ public static $ itsCfgParamName = "cfg " ;
221221 public static $ itsIDParamName ="itsid " ;
222222
223223 public static $ copyTestersFromBuildParamName = "copytestersfrombuild " ;
Original file line number Diff line number Diff line change @@ -3162,7 +3162,7 @@ $TLS_API_NO_TESTSUITEID = "No testsuiteid provided.";
31623162$TLS_API_NO_TPID = "No testplan ID (testplanid) provided.";
31633163$TLS_API_NO_TCID = "No testcase ID (testcaseid) provided.";
31643164$TLS_API_NO_PLATFORMID = "No Platform ID (platformid) provided.";
3165- $TLS_API_NO_ITSID = "NO ITS ID (itsid) provided.";
3165+ $TLS_API_NO_ITSID = "No Issue Tracker System ID (itsid) provided.";
31663166
31673167
31683168$TLS_API_INVALID_TCASEID = "The Test Case ID (testcaseid: %s) provided does not exist!";
You can’t perform that action at this time.
0 commit comments