From f20896ef3b147ac07769eb36c67ba436c6d2ed22 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 28 May 2018 16:29:18 +0100 Subject: New unicorns for displaing animated gifs! Tests pass on both old & new for fakes --- unicorn/Unicorn_test2.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 unicorn/Unicorn_test2.go (limited to 'unicorn/Unicorn_test2.go') 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() -} -- cgit v1.2.3-ZIG