[seed] tests: struct-functions test should use new imports system
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] tests: struct-functions test should use new imports system
- Date: Mon, 25 May 2009 08:28:06 -0400 (EDT)
commit 6b59e379e771dd71201a585ebf6e2114a2d29879
Author: Robert Carr <racarr svn gnome org>
Date: Mon May 25 08:27:43 2009 -0400
tests: struct-functions test should use new imports system
---
tests/javascript/structs/struct-functions.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/javascript/structs/struct-functions.js b/tests/javascript/structs/struct-functions.js
index a373f5b..9bc8978 100755
--- a/tests/javascript/structs/struct-functions.js
+++ b/tests/javascript/structs/struct-functions.js
@@ -4,7 +4,7 @@
// STDOUT:
// STDERR:
-Seed.import_namespace("GConf");
+GConf = imports.gi.GConf;
GConf.init(Seed.argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]