Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jan 18, 2024
1 parent 6f73cde commit 767b1f8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 250,290 deletions.
14 changes: 7 additions & 7 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ public sealed class PostMapInitTest
//"Marathon",
//"Kettle",
"MeteorArena",
"Pebble", //DeltaV
"Edge", //DeltaV
"Shoukou", //DeltaV
"Tortuga", //DeltaV
"Arena", //DeltaV
"Asterisk", //DeltaV
"TheHive" //DeltaV
// "Pebble", //DeltaV
// "Edge", //DeltaV
// "Shoukou", //DeltaV
// "Tortuga", //DeltaV
// "Arena", //DeltaV
// "Asterisk", //DeltaV
// "TheHive" //DeltaV
};

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions Content.IntegrationTests/Tests/SaveLoadSaveTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ await server.WaitPost(() =>
await pair.CleanReturnAsync();
}

private const string TestMap = "Maps/pebble.yml";
private const string TestMap = "Maps/Test/dev_map.yml";

/// <summary>
/// Loads the default map, runs it for 5 ticks, then assert that it did not change.
Expand All @@ -106,7 +106,7 @@ public async Task LoadSaveTicksSavePebble()
var cfg = server.ResolveDependency<IConfigurationManager>();
Assert.That(cfg.GetCVar(CCVars.GridFill), Is.False);

// Load pebble.yml as uninitialized map, and save it to ensure it's up to date.
// Load TestMap as uninitialized map, and save it to ensure it's up to date.
server.Post(() =>
{
mapId = mapManager.CreateMap();
Expand Down
168,453 changes: 0 additions & 168,453 deletions Resources/Maps/hive.yml

This file was deleted.

81,688 changes: 0 additions & 81,688 deletions Resources/Maps/shoukou.yml

This file was deleted.

72 changes: 0 additions & 72 deletions Resources/Prototypes/Maps/hive.yml

This file was deleted.

68 changes: 0 additions & 68 deletions Resources/Prototypes/Maps/shoukou.yml

This file was deleted.

0 comments on commit 767b1f8

Please sign in to comment.