[gjs] temporarily comment out test_ghash_nested_everything_return usage



commit 047ff49ad9d06407a3ca0996a2f196875ba1c1f4
Author: Havoc Pennington <hp pobox com>
Date:   Wed May 13 19:21:04 2009 -0400

    temporarily comment out test_ghash_nested_everything_return usage
    
    This isn't in gobject-introspection yet
---
 test/js/testEverythingBasic.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/js/testEverythingBasic.js b/test/js/testEverythingBasic.js
index 6862135..771daf5 100644
--- a/test/js/testEverythingBasic.js
+++ b/test/js/testEverythingBasic.js
@@ -248,8 +248,9 @@ function testGHashIn() {
 
 function testNestedGHashOut() {
     const HASH_STR = '({wibble:{foo:"bar", baz:"bat", qux:"quux"}})';
-    assertEquals(HASH_STR, Everything.test_ghash_nested_everything_return().toSource());
-    assertEquals(HASH_STR, Everything.test_ghash_nested_everything_return2().toSource());
+    // FIXME uncomment this when it's added to everything module
+    //assertEquals(HASH_STR, Everything.test_ghash_nested_everything_return().toSource());
+    //assertEquals(HASH_STR, Everything.test_ghash_nested_everything_return2().toSource());
 }
 
 /* Enums */



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