[seed] fixing property-glib-exception.js test



commit 340c940c2de617d4fff9c4338d5db19f560cbae8
Author: Danilo Cesar Lemes de Paula <danilo cesar collabora co uk>
Date:   Thu Oct 6 14:31:00 2016 -0300

    fixing property-glib-exception.js test
    
    Basically a string fix. Although I think this should be fixed someway
    else.

 tests/javascript/Makefile.am                |    1 -
 tests/javascript/property-glib-exception.js |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/javascript/Makefile.am b/tests/javascript/Makefile.am
index b25bf8c..7944165 100644
--- a/tests/javascript/Makefile.am
+++ b/tests/javascript/Makefile.am
@@ -79,7 +79,6 @@ TESTS = \
 XFAIL_TESTS = \
        gerror.js \
        gdk-event.js \
-       property-glib-exception.js \
        $(NULL)
 
 -include $(top_srcdir)/git.mk
diff --git a/tests/javascript/property-glib-exception.js b/tests/javascript/property-glib-exception.js
index 4c2b2cd..bf16f8d 100755
--- a/tests/javascript/property-glib-exception.js
+++ b/tests/javascript/property-glib-exception.js
@@ -14,7 +14,7 @@ try
 catch(e)
 {
     testsuite.assert(e.name == "PropertyError")
-    testsuite.assert(e.message == "value \"3.000000\" of type `gdouble' is invalid or out of range for 
property `opacity' of type `gdouble'")
+    testsuite.assert(e.message == "value \"3,000000\" of type 'gdouble' is invalid or out of range for 
property 'opacity' of type 'gdouble'")
 }
 
 testsuite.checkAsserts(2)


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