[seed] Fix #6574441 - incorrect comparision in gtype testcase



commit b0be7270b4029bc4001d7a819ffb9c318666670f
Author: Sunil Mohan Adapa <sunil medhas org>
Date:   Fri Aug 26 19:08:44 2011 +0530

    Fix #6574441 -  incorrect comparision in gtype testcase

 tests/javascript/gtypes/gtype.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/javascript/gtypes/gtype.js b/tests/javascript/gtypes/gtype.js
index 9a3af7b..0157b5b 100755
--- a/tests/javascript/gtypes/gtype.js
+++ b/tests/javascript/gtypes/gtype.js
@@ -20,7 +20,7 @@ HelloWindow = new GType({
 
 w = new HelloWindow()
 
-testsuite.assert(w.message = "Prototypes!")
+testsuite.assert(w.message == "Prototypes!")
 
 w.signal.map.connect(
     function(widget)



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