[aseprite] 63/250: Do not create a she::System to run UI tests

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit d70dc87253e1041c23ef1e246e1895ec452212e8
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Sep 21 16:44:55 2015 -0300

    Do not create a she::System to run UI tests
---
 src/tests/test.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/test.h b/src/tests/test.h
index b0b5ab5..159d741 100644
--- a/src/tests/test.h
+++ b/src/tests/test.h
@@ -38,7 +38,8 @@ int main(int argc, char* argv[])
 
   #ifdef TEST_GUI
     {
-      she::ScopedHandle<she::System> system(she::create_system());
+      // Do not create a she::System, as we don't need it for testing purposes.
+      //she::ScopedHandle<she::System> system(she::create_system());
       ui::UISystem uiSystem;
       ui::Manager uiManager;
   #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list