Did you try to close the system browser and open it again?
I only loaded these packages and when I create a new class which inherits
from SUnit.TestCase, I have the buttons in the bottom bar.
Romain
-----Message d'origine-----
De : Stéphane Ducasse [mailto:stephane.ducasse@univ-savoie.fr]
Envoyé : vendredi 13 juin 2008 15:23
À : peirsro(a)ensieta.fr; Related to the development of Moose and other
related tools
Objet : Re: [Moose-dev] Re: How to get the Sunit buttons
On Jun 13, 2008, at 3:13 PM, Romain PEIRS wrote:
> Hi,
>
> I loaded: RBSUnitExtensions (7.5, BaseSystem) and SUnitToo(ls)
> (RB4xx-29,
> triggs). That works fine.
> The buttons design changed but they appears after the package bar in
> the
> bottom right corner.
also in VW 7.6
For me right now I cannot run any VW moose tests.
Stef
Hi,
I loaded: RBSUnitExtensions (7.5, BaseSystem) and SUnitToo(ls)(RB4xx-29,
triggs). That works fine.
The buttons design changed but they appears after the package bar in the
bottom right corner.
Romain
-----Message d'origine-----
De : moose-dev-bounces(a)iam.unibe.ch
[mailto:moose-dev-bounces@iam.unibe.ch] De la part de Stéphane Ducasse
Envoyé : vendredi 13 juin 2008 14:56
À : Related to the development of Moose and other related tools
Objet : [Moose-dev] How to get the Sunit buttons
Hi
I'm working in 7.6 and I have problems to execute the moose tests.
How do you get the buttons?
I have RBSUnitExtension loaded.... but no effect
Stef
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Stef,
Which VW version are you using?
Because I have no problem with VW 7.5.
Romain
-----Message d'origine-----
De : moose-dev-bounces(a)iam.unibe.ch
[mailto:moose-dev-bounces@iam.unibe.ch] De la part de stephane ducasse
Envoyé : vendredi 13 juin 2008 11:02
À : Related to the development of Moose and other related tools
Objet : [Moose-dev] about SUnitToo and other non working stuff
Hi guys
I loaded
SUnitToo suggests SUnitToo(ls)
Successfully loaded: SUnitToo (38b.kuhn.2)
Successfully loaded: SUnitToo(ls) (RB4xx - 27)
Successfully loaded: ExtraRBForSUnitToo (33.tgriggs)
I cannot find a way to run the tests. Wonderful piece of software....
Now I cannot run my tests.
Do I need SunitToo to run well the tests in moose?
Stef
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi guys
I loaded
SUnitToo suggests SUnitToo(ls)
Successfully loaded: SUnitToo (38b.kuhn.2)
Successfully loaded: SUnitToo(ls) (RB4xx - 27)
Successfully loaded: ExtraRBForSUnitToo (33.tgriggs)
I cannot find a way to run the tests. Wonderful piece of software....
Now I cannot run my tests.
Do I need SunitToo to run well the tests in moose?
Stef
add: anElement
| descriptionName group |
self flag: 'broken'.
descriptionName := anElement mooseDescription mmQualifiedName.
group := byGroup
at: descriptionName
ifAbsentPut: [OrderedCollection new].
group add: anElement.
elements add: anElement.
^anElement
I'm really sorry but I have the impression that we will not make it
that way.
The wrong person doing the wrong things.
stef
Hi guys
I would like to code FAMIX 3.0 in Moose in VW using Meta.
I think that we are doing a mistake to do everything at once.
Really. I think that implementing from FAMIX 3.0 should take a good
afternoon.
and we would get an implementation that we can have a look at to support
the port to Squeak. We are doing far too much stuff at the same time.
This looks to me like suicide.
Stef
FamixAbstractObject in VW = FAmixEntity?
I guess so but there is no simple way for me to be sure.
And siuch class should not inherit from Object but from
MooseAbstractEntity in VW = MooseEntity in Sq
argh.
I would like to get the SqueakModelExtractor working but for that I
need FAMIX 3.0
How can I make progress?
I really want to get moose on pharos because I want to build stuff on
moose to analyze pharo.
Stef
Doru
when I try to run the test in Moose-All in Squeak I get a DNU model
allMethods....
I want to check in VW but I do not succeed to run the tests. I should
be sooooo fucking stupid.
What a huge improvement this UI terribly excellent. I lost 20 min and
now I'm pissed off.
allMethods does not seem to be implemented on mooseModel or I'm blind.
But again I may be totally stupid.... I start to love really squeak.
I put a halt in the setUp method of the CandidateListOperator which is
inoved in the ressources setup
Now I
setUp
self halt.
groups := (model allMethods reject: #isAbstract) groupedBy: #signature