Hi!
I had a look at the failing tests.
• Moose.Tests.SmalltalkImporter.Core.FamixPropertiesTest.testHasTheSamePropertiesAs
I've tried: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | c model | model := MooseModel new. c := FAMIXClass new. c name: 'C'.
model add: c. c hasTheSamePropertiesAs: c. " => false " "Should be true I guess"
c allDeclaredProperties detect: [ :each | (each getFrom: c) ~= (each getFrom: c) ] ifNone: [ 'Everything is okay!' ] "=> a FM3PropertyDescription[FAMIX.Type.Provider classes]" -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This FAMIX.Type.Provider classes comes from the following methods:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FAMIXType>>providerClasses "returns a set of all the classes that the receiver depends on (inherites, staticly accesses, or uses some of their methods)" <MSEProperty: 'Provider classes' type: #FAMIXType> <multivalued>
^ self queryAllOutgoingAssociations atClassScope withoutSelfLoops
FAMIXMethod>>providerClasses "returns a set of all the classes that the receiver depends on (inherites, staticly accesses, or uses some of their methods)" <MSEProperty: 'Provider classes' type: #FAMIXType> <multivalued>
^ self queryAllOutgoingAssociations atClassScope withoutSelfLoops -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I guess the annotation should instead be: <MSEProperty: #providerClasses type: #FAMIXType> <multivalued>
However the tests are fill yellow (I did not forget to reset the meta description).
Doru, Can you see what is wrong? Does this help?
• SmallDude.Tests.Core.DudeMooseSmalltalkTest.testMSEImportExport
If we make #testHasTheSamePropertiesAs, then #testMSEImportExport will also be greener. The latter depends on the first.
Alexandre
On Apr 5, 2013, at 3:24 AM, admin@moosetechnology.org wrote:
See https://ci.inria.fr/moose/job/moose-latest-dev-4.8/209/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"If you interrupt the barber while he is cutting your hair, you will end up with a messy haircut."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev