Re: [SOLVED] Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-19 Thread Michael Stahl
On 13.06.2015 08:41, julien2412 wrote: > Indeed, if I run "export LANG=C", everything is ok. well that's sort of suboptimal... 32b6002d46682819d440243aff4dd53556e89754 forces the JunitTests to run with English UILocale and that seems to work for me when running LC_ALL=fr_FR make check. the most

[SOLVED] Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-12 Thread julien2412
Indeed, if I run "export LANG=C", everything is ok. I don't know how to do this but it could be useful to have a mechanism like this for make check: LANG_BACK=$LANG export LANG=C run all the tests export LANG=$LANG_BACK Meanwhile, I added a warn in https://wiki.documentfoundation.org/Development/

Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-11 Thread Julien Nabet
On 11/06/2015 15:12, Eike Rathke wrote: ... Instead of changing the UI locale you can also switch the function names to English in Tools -> Options -> Calc -> Formula "Use English function names". ... Thank you Eike for your feedback, I tested "Use English function names", but it still fails :-

Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-11 Thread Eike Rathke
Hi julien2412, On Saturday, 2015-06-06 07:54:57 -0700, julien2412 wrote: > I created a bugtracker for this, see > https://bugs.documentfoundation.org//show_bug.cgi?id=91899 It's not a bug ;) > I'm looking for a way to do this: > 91 bResult &= oSheet.getCellByPosition > 92

Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-06 Thread julien2412
I created a bugtracker for this, see https://bugs.documentfoundation.org//show_bug.cgi?id=91899 I'm looking for a way to do this: 91 bResult &= oSheet.getCellByPosition 92 (CA.Column, CA.Row).getFormula().equals(("Filter")); -- View this message in context:

Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-01 Thread julien2412
Hi Miklos, In fact, I don't usually use "make check" but just wanted to give it a try to see what it should be. I've got this: --with-lang=en-US fr... (+ other languages to test some locales related bugs sometimes) In brief, I don't know if it's a regression or not. Julien -- View this messag

Re: JunitTest_sc_unoapi_4 depends on localization

2015-06-01 Thread Miklos Vajna
Hi, On Sat, May 30, 2015 at 01:29:05PM -0700, julien2412 wrote: > In my case "oSheet.getCellByPosition(CA.Column, CA.Row).getFormula() " gives > "Filtrer" (= "to filter" in French) > > So how to change this so any this test can pass with any locale? Is this a regression or in case --with-lang=

JunitTest_sc_unoapi_4 depends on localization

2015-05-30 Thread julien2412
Hello, Trying a "make check" on my pc Debian x86-64 with master sources updated today (French locale), I've got this: LOG> Execute: insertNewByName() LOG> starting required method: createDataPilotDescriptor() LOG> Inserting new Table "XDataPilotTables" warn:legacy.osl:32160:12:sc/source/core/data/