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 {
216
216
public static $ testCaseVersionParamName = "tcversion " ;
217
217
public static $ itsNameParamName = "itsname " ;
218
218
public static $ itsEnabledParamName = "itsenabled " ;
219
- public static $ itsTypeParamName = "itstype " ;
220
- public static $ itsCfgParamName = "itscfg " ;
219
+ public static $ itsTypeParamName = "type " ;
220
+ public static $ itsCfgParamName = "cfg " ;
221
221
public static $ itsIDParamName ="itsid " ;
222
222
223
223
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.";
3162
3162
$TLS_API_NO_TPID = "No testplan ID (testplanid) provided.";
3163
3163
$TLS_API_NO_TCID = "No testcase ID (testcaseid) provided.";
3164
3164
$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.";
3166
3166
3167
3167
3168
3168
$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