00.GConf.t failure



i'm getting a failure on 00.GConf.t:

t/00.GConf....ok 9/8# Looks like you planned 8 tests but ran 1
extra.        
t/00.GConf....dubious                                                        
        Test returned status 1 (wstat 256, 0x100)
Scalar found where operator expected at (eval 152) line 1, near "'int' 
$__val"
        (Missing operator before   $__val?)
DIED. FAILED test 9

the cause was a bad skip number, there's one test outside of the skip
and the skip count was all tests:

Index: t/00.GConf.t
===================================================================
RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/Gnome2-GConf/t/00.GConf.t,v
retrieving revision 1.4
diff -r1.4 00.GConf.t
20c20
<   skip("Couldn't connect to the GConf defaul client.", TESTS)
---
  skip("Couldn't connect to the GConf defaul client.", TESTS-1)
23c23
<   skip("basic-gconf-app directory not found in GConf.", TESTS)
---
  skip("basic-gconf-app directory not found in GConf.", TESTS-1)

i've got it fixed in my copy, i'll commit pending approval. 

i just commited a skip count fix to 00.Gtk2.t.

-rm




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