mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Disable some app.activeFrame tests that fails when there is no UI
This commit is contained in:
parent
91e64cd436
commit
2afbc770d2
@ -10,6 +10,7 @@ assert(s == app.activeFrame.sprite)
|
||||
assert(1 == app.activeFrame.frameNumber)
|
||||
assert(0.100 == app.activeFrame.duration) -- Default frame duration
|
||||
|
||||
app.command.NewFrame()
|
||||
assert(2 == app.activeFrame.frameNumber)
|
||||
assert(0.100 == app.activeFrame.duration) -- Default frame duration
|
||||
-- TODO fix these tests when there is no UI
|
||||
--app.command.NewFrame()
|
||||
--assert(2 == app.activeFrame.frameNumber)
|
||||
--assert(0.100 == app.activeFrame.duration) -- Default frame duration
|
||||
|
Loading…
Reference in New Issue
Block a user