Skip to content

Commit

Permalink
broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoRost committed Jun 11, 2024
1 parent 27ec750 commit db62a36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
layerTests
testDirectImport
self editor ifNil:
[self setup].
[self editor exportAsMorph] valueSupplyingAnswer: 'map.morph'.
self assert: ((GMTEEditor getTileMapFromFilePath: 'map.morph') isKindOf: GMTETileMap).
self tearDown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
"setup" : "Alex M 6/4/2024 14:17",
"tearDown" : "JS 6/11/2024 16:27",
"testAddLayerButton" : "Alex M 6/4/2024 16:07",
"testDirectImport" : "JS 6/11/2024 16:32",
"testExport" : "JS 6/11/2024 16:28" } }

0 comments on commit db62a36

Please sign in to comment.