Hello Ian,

aren't the original test documents part of the source directory for
resources, which is the default for Maven projects.

For instance for the ODFDOM project all test documents are checked into:
<ODFTOOLKIT_ROOT>/odfdom/src/test/resources

and during the initiation of the test are being copied to
<ODFTOOLKIT_ROOT>/odfdom/target/test-classes

Therefore by Maven test design, when we are writing into the 'original'
document it has been already being copied into the temporary target
directory of the build.

Does this information help?

Best regards,
Svante



ᐧ

2017-05-31 14:59 GMT+02:00 Ian C <[email protected]>:

> Hi All,
>
> more feedback as a result of looking through our tests.
>
> I can see that many of the tests write documents. The tests write to the
> same document names and hence overwrite the previous versions.
>
> I propose that we make each test write to a unique document.
> This will greatly help in some of the analysis I am doing and also in
> general I think.
>
> Any comments?
>
> --
> Cheers,
>
> Ian C
>

Reply via email to