aboutsummaryrefslogtreecommitdiff
path: root/unicorn/Unicorn_test2.go
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-28 16:29:18 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-28 16:29:18 +0100
commitf20896ef3b147ac07769eb36c67ba436c6d2ed22 (patch)
treecfc84980cf2de46784049191d5250fa1aa88f345 /unicorn/Unicorn_test2.go
parent4ec7e493520d558dd05e911b58ea354d25f33f45 (diff)
downloadunicornpaint-f20896ef3b147ac07769eb36c67ba436c6d2ed22.tar.gz
unicornpaint-f20896ef3b147ac07769eb36c67ba436c6d2ed22.tar.bz2
unicornpaint-f20896ef3b147ac07769eb36c67ba436c6d2ed22.tar.xz
unicornpaint-f20896ef3b147ac07769eb36c67ba436c6d2ed22.zip
New unicorns for displaing animated gifs! Tests pass on both old & new for fakes
Diffstat (limited to 'unicorn/Unicorn_test2.go')
-rw-r--r--unicorn/Unicorn_test2.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/unicorn/Unicorn_test2.go b/unicorn/Unicorn_test2.go
deleted file mode 100644
index 74cffd1..0000000
--- a/unicorn/Unicorn_test2.go
+++ /dev/null
@@ -1,21 +0,0 @@
-package unicorn
-
-import (
- "testing"
-)
-
-func TestAnimated(t *testing.T) {
- // data, err := Asset("sample.gif")
- // if err != nil {
- // t.Errorf("Failed to load asset %v", err)
- // }
-
- // g, err := gif.DecodeAll(bytes.NewReader(data))
- // if err != nil {
- // t.Errorf("Failed to decode gif from asset %v", err)
- // }
-
- // un := unicorn.NewUnicorn2()
- // un.SetGif(g)
- // un.MainLoop()
-}