Skip to content

Commit

Permalink
Editor.Tests: fixed incorrect number of args in Room.SerializesToXml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Oct 24, 2023
1 parent 98c9504 commit 1dd577f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/AGS.Editor.Tests/Types/RoomTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ public void DeserializesFromXml(int maskResolution, int backgroundCount, int gam
File.Delete("TestScript.asc");
}

[TestCase(1, 2, 1174750494, 320, 240, 5, true, false, 1, 1, 2, 3, 4, 2, "description1")]
[TestCase(2, 1, 1174750495, 640, 480, 4, false, true, 0, 2, 3, 4, 5, 3, "description2")]
[TestCase(1, 2, 1174750494, 320, 240, 5, false, 1, 1, 2, 3, 4, 2, "description1")]
[TestCase(2, 1, 1174750495, 640, 480, 4, true, 0, 2, 3, 4, 5, 3, "description2")]
public void SerializesToXml(int maskResolution, int backgroundCount, int gameId, int width, int height,
int backgroundAnimationDelay, bool showPlayerCharacter,
int playerCharacterView, int leftEdgeX, int rightEdgeX,
Expand Down

0 comments on commit 1dd577f

Please sign in to comment.