[gjs: 1/2] testGIMArshalling: Actually run the GPtrArray utf8 tests




commit a079f021b97a3fd11e8b30405afff24ad403abb0
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Fri Oct 30 14:09:53 2020 +0100

    testGIMArshalling: Actually run the GPtrArray utf8 tests
    
    We were initializing everything properly, but due to a typo actually
    running twice the GArray tests, instead of the GPtrArray ones.

 installed-tests/js/testGIMarshalling.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/installed-tests/js/testGIMarshalling.js b/installed-tests/js/testGIMarshalling.js
index b5fbf801..48011544 100644
--- a/installed-tests/js/testGIMarshalling.js
+++ b/installed-tests/js/testGIMarshalling.js
@@ -558,7 +558,7 @@ describe('GArray', function () {
 
 describe('GPtrArray', function () {
     describe('of strings', function () {
-        testContainerMarshalling('garray_utf8', ['0', '1', '2'], ['-2', '-1', '0', '1']);
+        testContainerMarshalling('gptrarray_utf8', ['0', '1', '2'], ['-2', '-1', '0', '1']);
     });
 
     describe('of structs', function () {


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