Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] RienaTestCase class

Hi Elias,

That´s fine. Thanks!

Tschüß,
Stefan

Volanakis, Elias wrote:
Hi committers,

I've added a little != null check here. This allows me to run many UI tests (XYZRidgetTest) as a regular junit test during development (instead of a slow pde junit test).

        public RienaTestCase() {
                super();
                if (Activator.getDefault() != null) { // running as pde junit test
                        this.context = Activator.getDefault().getContext();
                }
        }

Ping me, if you have any concerns about this.

Elias.
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev



Back to the top