gjs r93 - trunk/test/js



Author: tko
Date: Wed Nov 12 12:11:36 2008
New Revision: 93
URL: http://svn.gnome.org/viewvc/gjs?rev=93&view=rev

Log:
disable testStrv as it depends on unreleased gobject-introspection

	* test/js/testEverythingBasic.js (testStrv): disable as it
	depends on Everything from unreleased gobject-introspection

Modified:
   trunk/test/js/testEverythingBasic.js

Modified: trunk/test/js/testEverythingBasic.js
==============================================================================
--- trunk/test/js/testEverythingBasic.js	(original)
+++ trunk/test/js/testEverythingBasic.js	Wed Nov 12 12:11:36 2008
@@ -80,7 +80,7 @@
     }
 }
 
-function testStrv() {
+function disabled_testStrv() {
     assertTrue(Everything.test_strv_in(['1', '2', '3']));
     // Second two are deliberately not strings
     assertRaises(function() { Everything.test_strv_in(['1', 2, 3]); });



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