Re: hyphenation-present and junit-layout

2005-10-17 Thread Andreas L Delmelle
On Oct 17, 2005, at 20:12, Simon Pepping wrote: On Sat, Oct 15, 2005 at 10:04:37AM +0200, Andreas L Delmelle wrote: The tests won't *fail*. There just isn't enough info/resources available to even perform them. (Failure only becomes applicable if hyphenation is present, and the test can be run

Re: hyphenation-present and junit-layout

2005-10-17 Thread Simon Pepping
On Sat, Oct 15, 2005 at 10:04:37AM +0200, Andreas L Delmelle wrote: > I'm not following here... You will have regression tested code with > certain parts not being tested because the optional feature necessary > for running those tests smoothly isn't present. > If presence of support for hyphenat

RE: hyphenation-present and junit-layout

2005-10-16 Thread Stephen Denne
[Warning: I have not looked at the way tests, nor hyphenation are structured] I would have thought you would need to test correct behaviour of tests with and without at least one known hyphenation setup. i.e. Specify that a particular hyphenation (e.g. english) must be available for regression t

Re: hyphenation-present and junit-layout

2005-10-15 Thread Andreas L Delmelle
On Oct 14, 2005, at 21:19, Simon Pepping wrote: On Fri, Oct 14, 2005 at 12:07:13AM +0200, Andreas L Delmelle wrote: On Oct 13, 2005, at 21:50, Simon Pepping wrote: But basically, why would anyone want to run regression tests without hyphenation present? Good point. I guess if there weren't

Re: hyphenation-present and junit-layout

2005-10-14 Thread Simon Pepping
On Fri, Oct 14, 2005 at 12:07:13AM +0200, Andreas L Delmelle wrote: > On Oct 13, 2005, at 21:50, Simon Pepping wrote: > > >But basically, why would anyone want to run regression tests without > >hyphenation present? > > Good point. I guess if there weren't any tests that don't require > hyphenat

Re: hyphenation-present and junit-layout

2005-10-13 Thread Andreas L Delmelle
On Oct 13, 2005, at 21:50, Simon Pepping wrote: But basically, why would anyone want to run regression tests without hyphenation present? Good point. I guess if there weren't any tests that don't require hyphenation support, we wouldn't be having this conversation... Anyway, since we don't di

Re: hyphenation-present and junit-layout

2005-10-13 Thread Simon Pepping
When I run a test target, I only look at the bottom line: SUCCESS or FAILURE. I do not think I would see a prominent message. The less so because of the large amount of output that the layout engine tests produce. I want to be able to assume that all test have been run. I think Andreas' solution

Re: hyphenation-present and junit-layout

2005-10-13 Thread Andreas L Delmelle
On Oct 13, 2005, at 01:06, Manuel Mall wrote: On Thu, 13 Oct 2005 04:26 am, Simon Pepping wrote: I think junit-layout should fail if hyphenation-present is not true. Now the layoutengine tests are silently skipped when hyphenation is not present. Fair enough - we could a) Just fail the whole

Re: hyphenation-present and junit-layout

2005-10-12 Thread Manuel Mall
On Thu, 13 Oct 2005 04:26 am, Simon Pepping wrote: > I think junit-layout should fail if hyphenation-present is not > true. Now the layoutengine tests are silently skipped when > hyphenation is not present. > Fair enough - we could a) Just fail the whole layout test target b) Still run the layout a