[gjs: 1/2] testGIMArshalling: Actually run the GPtrArray utf8 tests
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/2] testGIMArshalling: Actually run the GPtrArray utf8 tests
- Date: Thu, 19 Nov 2020 00:18:42 +0000 (UTC)
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]