[gjs: 10/14] testGIMarshalling: Add pending test for object string property




commit cf40c228360df5377ed677a32d6472249c085db5
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Fri Apr 9 06:25:54 2021 +0200

    testGIMarshalling: Add pending test for object string property

 installed-tests/js/testGIMarshalling.js | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/installed-tests/js/testGIMarshalling.js b/installed-tests/js/testGIMarshalling.js
index 83902f0d..0be8fbd2 100644
--- a/installed-tests/js/testGIMarshalling.js
+++ b/installed-tests/js/testGIMarshalling.js
@@ -1804,6 +1804,8 @@ describe('GObject properties', function () {
     testPropertyGetSet('ulong', 42, 64);
     testPropertyGetSet('int64', 42, 64);
     testPropertyGetSet('uint64', 42, 64);
+    testPropertyGetSet('string', 'Gjs', 'is cool!',
+        'https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/268');
 
     it('gets and sets a float property', function () {
         obj.some_float = Math.E;


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