Re: [Numbers] Re: [...] NUMBERS-68: parse() [...]

2018-04-25 Thread Eric Barnhill
Just to clarify, so the spec for parse() will handle decimal points in numbers but not commas. Fine by me. Eric On Tue, Apr 24, 2018 at 8:53 PM, Gilles wrote: > On Tue, 24 Apr 2018 16:29:58 +0200, Gilles wrote: > >> On Tue, 24 Apr 2018 16:05:32 +0200, Eric Barnhill wrote: >> >>> I would prefer

Re: [Numbers] Re: [...] NUMBERS-68: parse() [...]

2018-04-25 Thread Gilles
Hi. On Wed, 25 Apr 2018 09:55:13 +0200, Eric Barnhill wrote: Just to clarify, so the spec for parse() will handle decimal points in numbers but not commas. "toString" creates a fixed representation, not Locale-dependent; "parse" being the inverse function, a decimal comma must be treated as a

Re: [compress] Need Help With PAX Exam Tests

2018-04-25 Thread Stefan Bodewig
On 2018-04-24, Oliver Heger wrote: > at work we used PaxExam to test OSGi-based applications consisting of > multiple modules. Here the (integration) tests have always been in a > separate module as they require a more complex setup. > To have only a single module, maybe it would work to run the

Re: [compress][io] Avoid InputStream#skip?

2018-04-25 Thread Stefan Bodewig
On 2018-04-23, sebb wrote: > On 23 April 2018 at 19:45, Stefan Bodewig wrote: >> On 2018-04-22, Gary Gregory wrote: >>> We should at the very least document all of this carefully. >> commons-io's IOUtils already quite clearly states it is using read and >> not using skip at all. >>> My gut rea

Re: [compress] Need Help With PAX Exam Tests

2018-04-25 Thread Stefan Bodewig
On 2018-04-24, Gary Gregory wrote: > You should take a look at the Log4j 2 module log4j-osgi. We do some "bare > bones let's make sure we can load modules" tests using both Eclipse Equinox > and Apache Felix. AFAICT this also required the bundle to be built in advance - which is logical. Unfortun

Re: [compress] Need Help With PAX Exam Tests

2018-04-25 Thread Robert Munteanu
Hi Stefan, On Wed, 2018-04-25 at 18:41 +0200, Stefan Bodewig wrote: > On 2018-04-24, Gary Gregory wrote: > > > You should take a look at the Log4j 2 module log4j-osgi. We do some > > "bare > > bones let's make sure we can load modules" tests using both Eclipse > > Equinox > > and Apache Felix. >

Re: [compress] Need Help With PAX Exam Tests

2018-04-25 Thread Stefan Bodewig
On 2018-04-25, Robert Munteanu wrote: > Hi Stefan, > On Wed, 2018-04-25 at 18:41 +0200, Stefan Bodewig wrote: >> On 2018-04-24, Gary Gregory wrote: >>> You should take a look at the Log4j 2 module log4j-osgi. We do some >>> "bare >>> bones let's make sure we can load modules" tests using both Ec

Re: [compress] Need Help With PAX Exam Tests

2018-04-25 Thread Stefan Bodewig
On 2018-04-25, Robert Munteanu wrote: > It is definitely possible to use a single project with Pax-Exam. Take a > look for instance at > https://github.com/cschneider/osgi-testing-example This is exactly what I needed, many thanks! I've committed a mostly empty unit test that fails if I remov