Re: [oiic-formation-discuss] Acid Tests (was: Re: [oiic-formation-discuss] Interoperability versus Conformity)

From
Luc Bollen <>
Date
2008-06-12T13:26:24+00:00
ID
Thread
Re: [oiic-formation-discuss] Acid Tests (was: Re: [oiic-formation-discuss] Interoperability versus Conformity)
On Thu, Jun 12, 2008 at 2:49 PM, Dave Pawson <> wrote:

> However, it is not well suited to validate the Output part of the

> application ("Does the application produce valid ODF files?").

If you add, when written to disk as an ODF 'package' it helps?

I can check zip format

I can unzip it.

Check content

Parse XML

Validate XML

run other logic tests on XML

But again you need some sort of profile.

I don't think what Dave describes here can still be called an Acid Test (too many steps, need for a parser...).  Probably the closest to an "Output Acid Test" would be:

- open the standard Acid Test file
- save it
- open the saved Acid Test file with a reference application known to be "correct".

In any case, I would recommend to clearly indicates in the TC charter that there are 2 aspects to be validated when we talk about interoperability:

- the ability to correctly handle valid ODF files
- the ability to produce valid ODF files. 

Luc