Now in pharo 20 the tests are still green.
testExportAsMSE
"self debug: #testExportAsMSE"
| printer |
printer := FMMSEPrinter new onString.
FMMetaRepository fm3 accept: printer.
self halt.
printer stream contents isString should beTrue.
printer stream contents first should = $(
What I do not understand is that
printer stream contents isString is true
and
printer stream contents first is $(
still be test is wrong….
May be I will turn it into a Sunit test. Because I do not like stuff that looks true and
are not.
Does anybody have a suggestion?
Stef
On Feb 10, 2013, at 6:49 PM, stephane ducasse <stephane.ducasse(a)free.fr> wrote:
So fame has green tests in 1.4 ;)
Now checking in 2.0.
Stef
Now phexample can be loaded as stable in 1.4 and
2.0 so we can debug fame in both version.
Stef
On Feb 10, 2013, at 4:36 PM, stephane ducasse <stephane.ducasse(a)free.fr> wrote:
So I migrated
- Hashtable to smalltalkHub
- use now phexample for 2.0 which was migrated by stefanMar
I fixed the corresponding baseline and version (1.2 now)
but the tests are still red so now I can start to have a look.
Stef
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev