-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for correct and incorrect console handling in retro forwarders
- Introduced separate forwarder IDs for 3DS (`FORWARDER_ID_3DS`) and PSP (`FORWARDER_ID_PSP`) to test console-specific requests. - Added tests to verify correct responses when requesting retro forwarders for the correct console (`test_nx_retro_correct_console`). - Implemented a test to check for a 400 error when an incorrect console is specified (`test_nx_retro_wrong_console`).
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "0510300000ab0000", | ||
"name": "Sweet Fuse - At Your Side [PSP]", | ||
"size": 692015749, | ||
"releaseDate": 20120614, | ||
"description": "Sweet Fuse: At Your Side stars Saki Inafune, niece to legendary game developer Keiji Inafune. Saki\u2019s famous uncle opens an amusement park and Saki attends the opening ceremony, but things really heat up when Count Hogstein\u2014a malevolent pig\u2014takes over the park, and holds everyone hostage. Saki, along with seven sexy men, decides to enter Count Hogstein\u2019s deadly game in order to save her uncle and the other hostages. Will she be able to solve the complex puzzles that Count Hogstein and his merry henchmen have in store? And most importantly, which steamy bachelor will Saki choose?<br/><br/> Software subject to license (us.playstation.com/softwarelicense).\u00a0 Online activity subject to Terms of Services and User Agreement (www.sonyenteretainmentnetwork.com/terms-of-service). One time license fee entitles play on up 3 portable PlayStation\u00ae systems activated by this account.<br/><br/>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters