[gjs] test: Add a (failing) test with an "out" argument followed by another



commit 725b51b5c9ee10cd45061aab356e52e695fe3dcf
Author: Johan Bilien <jobi litl com>
Date:   Mon Mar 1 17:34:44 2010 -0500

    test: Add a (failing) test with an "out" argument followed by another
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611529

 test/js/testEverythingBasic.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/test/js/testEverythingBasic.js b/test/js/testEverythingBasic.js
index 2c5cd72..f1e67fb 100644
--- a/test/js/testEverythingBasic.js
+++ b/test/js/testEverythingBasic.js
@@ -141,6 +141,15 @@ function testStrv() {
     assertEquals("3", strv[2]);
 }
 
+/* Failing, see https://bugzilla.gnome.org/show_bug.cgi?id=611529
+function testInAfterOut() {
+    const str = "hello";
+
+    let len = Everything.test_int_out_utf8(str);
+    assertEquals("testInAfterOut", str.length, len);
+}
+*/
+
 function testUtf8() {
     const CONST_STR = "const \u2665 utf8";
     const NONCONST_STR = "nonconst \u2665 utf8";



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