Skip to content

Commit 5d883e4

Browse files
committed
fix test
1 parent 192847d commit 5d883e4

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,14 +483,12 @@ $RECYCLE.BIN/
483483
# Vim temporary swap files
484484
*.swp
485485

486-
487486
### Godot ###
488487
.import/
489488
export.cfg
490489
logs/
491490
.godot
492491

493-
494492
### C7 ###
495493
C7.ini
496494
log.txt
@@ -499,3 +497,6 @@ log.txt
499497
# Exports folder ignores
500498
C7/Exports
501499
Exports/
500+
501+
# Test runtime files
502+
C7GameDataTests/data/

tests/C7GameDataTests/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/C7GameDataTests/SaveTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void SimpleSave() {
5656
// load SaveGame but convert to and from GameData before saving to file:
5757
string outputWasGameDataPath = getDataPath("output/static-save-was-game-data.json");
5858

59-
string developerSave = getBasePath("../C7/Text/c7-static-map-save.json");
59+
string developerSave = getBasePath("../../src/C7/Text/c7-static-map-save.json");
6060

6161
SaveGame saveNeverGameData = SaveGame.Load(developerSave);
6262

tests/C7GameDataTests/data/output/.gitkeep

Whitespace-only changes.
-41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)