[seed] Update c-module.js test to use the new imports system



commit c582e4ccc37b7bbf905e7cf56f4130bd1ce4911c
Author: Robert Carr <racarr svn gnome org>
Date:   Thu Apr 23 17:41:09 2009 -0400

    Update c-module.js test to use the new imports system
---
 tests/javascript/c-module.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/javascript/c-module.js b/tests/javascript/c-module.js
index f8abfb2..a022784 100755
--- a/tests/javascript/c-module.js
+++ b/tests/javascript/c-module.js
@@ -4,4 +4,4 @@
 // STDOUT:Hello Seed Module World
 // STDERR:
 
-Seed.import_namespace("Example");
+example = imports.example;



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