mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Fixup tests to work on 32bit
This commit is contained in:
parent
f5050f3f94
commit
e3eb5dccdd
@ -7,6 +7,7 @@
|
||||
namespace Steamworks
|
||||
{
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
[TestClass]
|
||||
public class FriendsTest
|
||||
{
|
||||
|
@ -5,7 +5,8 @@
|
||||
namespace Steamworks
|
||||
{
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
[TestClass]
|
||||
public partial class GameServerTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
@ -11,7 +11,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
[DeploymentItem( "controller_config/game_actions_252490.vdf" )]
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
[DeploymentItem( "controller_config/game_actions_252490.vdf" )]
|
||||
public class InputTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class InventoryTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class InventoryTest
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task LoadItemDefinitionsAsync()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class RemoteStorageTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class RemoteStorageTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void Quotas()
|
||||
|
@ -11,7 +11,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public partial class ServerListTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public partial class ServerListTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void IpAddressConversions()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class SteamMatchmakingTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class SteamMatchmakingTest
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task LobbyList()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class SteamNetworkingTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class SteamNetworkingTest
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task SendP2PPacket()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UgcEditor
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UgcEditor
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task CreateFile()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UgcQueryTests
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UgcQueryTests
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task QueryAll()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UgcTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UgcTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void Download()
|
||||
|
@ -10,7 +10,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UserStatsTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UserStatsTest
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task AchievementList()
|
||||
|
@ -11,7 +11,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UserTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UserTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void GetVoice()
|
||||
|
@ -9,7 +9,8 @@ namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class UtilsTest
|
||||
[DeploymentItem( "steam_api.dll" )]
|
||||
public class UtilsTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void SecondsSinceAppActive()
|
||||
|
Loading…
Reference in New Issue
Block a user