just not sure how to fix it
t/pmc/nci....ok 1/35# Failed test (t/pmc/nci.t at line 59) # got: 'loaded libnci.so # 8.000000 # ' # expected: 'loaded runtime/parrot/dynext/libnci.so # 8.000000 # 'mc/nci....NOK 2
Obviously the test is passing, but the expected result is different: loaded runtime/parrot/dynext/libnci.so vs loaded libnci.so
Before I started digging around I was wondering if someone might want to whack me with the clue stick.
Printing a initialised ParrotLibrary currently gives you the '_filename' property. This is highly platform dependent, and therefore hard to test.
I could rewrite the test and check only, that the stringified ParrotLibrary contains the substring 'nci'. My guess is, that this should work on all platforms so far.
CU, Bernhard
-- ************************************************** Dipl.-Physiker Bernhard Schmalhofer Senior Developer Biomax Informatics AG Lochhamer Str. 11 82152 Martinsried, Germany Tel: +49 89 895574-839 Fax: +49 89 895574-825 eMail: [EMAIL PROTECTED] Website: www.biomax.com **************************************************