Skip to content

Commit 9bf67a4

Browse files
authored
Removing deprecated character info
1 parent c83e0b3 commit 9bf67a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

JenkinsConsoleUtility/testTitleData.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ testTitleData.json is a file that is required by all of the example-test project
99
* Your title must have an existing player account registered which matches the email address in your testTitleData.json (described below)
1010
* The password should be whatever you want, we explicitly test failure to log in with a bad password
1111
* Unit testing titles should be clean/unused titles with no expectations
12-
* A legacy test exists in some SDKs where a character may be added to an account if the character doesn't exist
1312
* Specific user data, Entity Objects, and other features may be added to the test player that doesn't match existing title expectations
1413
* One test relies on an advertising plugin being enabled for your title, which is generally not typical. This test will always fail for your test titles, and you can ignore it, or disable it
1514
* The following Cloud Script functions must exist in your title:
@@ -51,13 +50,10 @@ The format of the testTitleData.json file is as follows:
5150
{
5251
"titleId": "<Found in PlayFab Game Manager>",
5352
"developerSecretKey": "<Found in PlayFab Game Manager>",
54-
"userEmail": "<[email protected]>",
55-
"characterName": "<CharName>"
53+
"userEmail": "<[email protected]>"
5654
}
5755
```
5856

59-
Please note characterName is deprecated, and has already been removed from most of the test-examples in our SDKs. For those few that remain, this can be any valid character name (Those test suites will usually create the character).
60-
6157
Our own testTitleData.json contains the secret key for title 6195, and thus we do not publish this file. You should create your own file using the format above, as we cannot provide ours.
6258

6359
Philosophy

0 commit comments

Comments
 (0)