[perl-glib-object-introspection] Fix a version check in t/arrays.t
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-glib-object-introspection] Fix a version check in t/arrays.t
- Date: Sun, 6 Jan 2019 14:33:02 +0000 (UTC)
commit ee92d6def3ccfdf85e64400ec27f5a0bfd8cb88d
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun Jan 6 15:32:12 2019 +0100
Fix a version check in t/arrays.t
To hopefully fix failures relating to emit_sig_with_array_len_prop.
https://rt.cpan.org/Ticket/Display.html?id=127205
t/arrays.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/t/arrays.t b/t/arrays.t
index 8a7028c..f7bc1a6 100644
--- a/t/arrays.t
+++ b/t/arrays.t
@@ -168,7 +168,7 @@ SKIP: {
SKIP: {
skip 'emit_sig_with_array_len_prop', 4
- unless check_gi_version (1, 42, 92);
+ unless check_gi_version (1, 47, 92);
my $obj = Regress::TestObj->constructor ();
$obj->signal_connect ('sig-with-array-len-prop' => sub {
my ($self, $array, $len, $data) = @_;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]