[cogl/wip/standalone: 7/11] tests: Don't use g_test_verbose() as cogl doesn't use GTest anymore



commit 33721464840385154ce98f2deb78a5c5d90e08c2
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Sep 17 02:18:10 2012 +0100

    tests: Don't use g_test_verbose() as cogl doesn't use GTest anymore
    
    But use cogl_test_verbose() instead.

 tests/conform/test-read-texture-formats.c  |    2 +-
 tests/conform/test-write-texture-formats.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/conform/test-read-texture-formats.c b/tests/conform/test-read-texture-formats.c
index c8d355a..b35e6f2 100644
--- a/tests/conform/test-read-texture-formats.c
+++ b/tests/conform/test-read-texture-formats.c
@@ -196,6 +196,6 @@ test_read_texture_formats (void)
 
   cogl_object_unref (tex_2d);
 
-  if (g_test_verbose ())
+  if (cogl_test_verbose ())
     g_print ("OK\n");
 }
diff --git a/tests/conform/test-write-texture-formats.c b/tests/conform/test-write-texture-formats.c
index aac3290..cb820bf 100644
--- a/tests/conform/test-write-texture-formats.c
+++ b/tests/conform/test-write-texture-formats.c
@@ -174,6 +174,6 @@ test_write_texture_formats (void)
                   2, 0xff, 10, 0x56, 10, 0x34, 10, 0x12,
                   -1);
 
-  if (g_test_verbose ())
+  if (cogl_test_verbose ())
     g_print ("OK\n");
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]