[gjs] Re-enable test_ghash_nested_everything_return.
- From: C. Scott Ananian <cananian src gnome org>
- To: svn-commits-list gnome org
- Subject: [gjs] Re-enable test_ghash_nested_everything_return.
- Date: Fri, 12 Jun 2009 13:08:48 -0400 (EDT)
commit 1d25be40b85b224511652eb4168b7ad8dc743ae7
Author: C. Scott Ananian <cscott litl com>
Date: Fri Jun 12 13:02:10 2009 -0400
Re-enable test_ghash_nested_everything_return.
Now that bug 581685 has been committed to g-object-introspection, we can
re-enable this test, added as part of bug 581695.
This reverts commit 047ff49ad9d06407a3ca0996a2f196875ba1c1f4.
test/js/testEverythingBasic.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/test/js/testEverythingBasic.js b/test/js/testEverythingBasic.js
index 2c20e99..5ff5c64 100644
--- a/test/js/testEverythingBasic.js
+++ b/test/js/testEverythingBasic.js
@@ -266,9 +266,8 @@ function testGHashIn() {
function testNestedGHashOut() {
const HASH_STR = '{wibble:{baz:"bat",foo:"bar",qux:"quux"}}';
- // 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());
+ assertEquals(HASH_STR, objToString(Everything.test_ghash_nested_everything_return()));
+ assertEquals(HASH_STR, objToString(Everything.test_ghash_nested_everything_return2()));
}
/* Enums */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]