[perl-Glib-Object-Introspection] Re-enable the floating ref test



commit 1c9ccf343fa113b1acda225951ce009add3db117
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Mon Aug 22 23:10:59 2011 +0200

    Re-enable the floating ref test
    
    Glib master handles it correctly now.

 Makefile.PL |    2 +-
 t/objects.t |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 1c18919..74730ee 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ use Cwd;
 my %PREREQ_PM = (
   'ExtUtils::Depends'   => 0.300,
   'ExtUtils::PkgConfig' => 1.000,
-  'Glib'                => 1.230, # FIXME: 1.240
+  'Glib'                => 1.231, # FIXME: 1.232
 );
 
 my %BUILD_REQ = (
diff --git a/t/objects.t b/t/objects.t
index e88315f..0c979fc 100644
--- a/t/objects.t
+++ b/t/objects.t
@@ -94,7 +94,6 @@ SKIP: {
   isa_ok ($fl, 'Glib::InitiallyUnowned');
   isa_ok ($fl, 'Glib::Object');
 
-  skip 'floating objects ref counting', 1; # FIXME: Glib->CHECK_VERSION
   weaken $fl;
   is ($fl, undef);
 }



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