Hi Edgar. Which version are you using exactly of the package Fuel?
Hi Mariano:
Just have Fuel loaded into Squeak.
Trying to understand , first I run Sunit
The test says 240 run, 231 passes, 2 expected failures, 6 failures, 0 errors, 1 unexpected passes
�failures
FLBasicSerializationTest>>#testDate
FLBasicSerializationTest>>#testGradientFillStyle
FLInMemoryBasicSerializationTest>>#testDate
FLInMemoryBasicSerializationTest>>#testGradientFillStyle
FLMigrationTest>>#testFormatFixedToVariable
FLMigrationTest>>#testFormatVariableToFixed
FLWeakObjectsTest>>#testAssociationWithWeakFinalizationList
In testDate, clicking in debugger for materialized and for �anObject both shows as Date objects with 14 May 2002 as value.
Could tell why anObject = materialized evaluates to false ?
Edgar