[gjs] testGIMarshalling.js: Remove test_array_nested_in()
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] testGIMarshalling.js: Remove test_array_nested_in()
- Date: Thu, 16 Jun 2011 18:45:48 +0000 (UTC)
commit 3b4890d9f1ee61663552de20197d141ac96a7b57
Author: Colin Walters <walters verbum org>
Date: Thu Jun 16 14:45:56 2011 -0400
testGIMarshalling.js: Remove test_array_nested_in()
We don't want to support this.
test/js/testGIMarshalling.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/test/js/testGIMarshalling.js b/test/js/testGIMarshalling.js
index 2298119..69e5222 100644
--- a/test/js/testGIMarshalling.js
+++ b/test/js/testGIMarshalling.js
@@ -34,7 +34,6 @@ function testCArray() {
GIMarshallingTests.array_struct_take_in(array, array.length);
GIMarshallingTests.array_uint8_in ("abcd", 4);
- GIMarshallingTests.array_nested_in ([[11], [21, 22, 23], [31, 32]], 3);
GIMarshallingTests.array_enum_in([GIMarshallingTests.Enum.VALUE1,
GIMarshallingTests.Enum.VALUE2,
GIMarshallingTests.Enum.VALUE3], 3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]