Re: Review Request: Fix KGlobalSettingsTest failure

2011-08-06 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102098/#review5460 --- This review has been submitted with commit a383ac8c7d3f666018e3

Re: Review Request: Fix KGlobalSettingsTest failure

2011-08-02 Thread Aurélien Gâteau
> On July 28, 2011, 10:26 a.m., Aurélien Gâteau wrote: > > I don't think it is good for unit-tests to test different things depending > > on environment variables ( > > @David, what is your opinion on the subject?) > > > > I was actually about to commit a simpler fix: > > > > @@ -26,11 +26,11

Re: Review Request: Fix KGlobalSettingsTest failure

2011-08-02 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102098/#review5311 --- This review has been submitted with commit 1b9f388c739e7595e652

Re: Review Request: Fix KGlobalSettingsTest failure

2011-08-02 Thread Frank Reininghaus
> On July 28, 2011, 10:26 a.m., Aurélien Gâteau wrote: > > I don't think it is good for unit-tests to test different things depending > > on environment variables ( > > @David, what is your opinion on the subject?) > > > > I was actually about to commit a simpler fix: > > > > @@ -26,11 +26,11

Re: Review Request: Fix KGlobalSettingsTest failure

2011-07-28 Thread Aurélien Gâteau
> On July 28, 2011, 10:26 a.m., Aurélien Gâteau wrote: > > I don't think it is good for unit-tests to test different things depending > > on environment variables ( > > @David, what is your opinion on the subject?) > > > > I was actually about to commit a simpler fix: > > > > @@ -26,11 +26,11

Re: Review Request: Fix KGlobalSettingsTest failure

2011-07-28 Thread Rolf Eike Beer
> void KGlobalSettingsTest::initTestCase() > { > +// Some signals are only emitted when we are running a full KDE > session. If > +// we are not then KDE applications follow the platform palette and > font > +// settings. > +setenv("KDE_FULL_SESSION", "1", 1); > + qputenv()? Eik

Re: Review Request: Fix KGlobalSettingsTest failure

2011-07-28 Thread Frank Reininghaus
> On July 28, 2011, 10:26 a.m., Aurélien Gâteau wrote: > > I don't think it is good for unit-tests to test different things depending > > on environment variables ( > > @David, what is your opinion on the subject?) > > > > I was actually about to commit a simpler fix: > > > > @@ -26,11 +26,11

Re: Review Request: Fix KGlobalSettingsTest failure

2011-07-28 Thread Aurélien Gâteau
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102098/#review5166 --- I don't think it is good for unit-tests to test different things

Review Request: Fix KGlobalSettingsTest failure

2011-07-27 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102098/ --- Review request for kdelibs, Aurélien Gâteau and David Faure. Summary -