Re: Apache::Test autogenerated request parts
[prev]
[thread]
[next]
[Date index for 2005/01/10]
Torsten Foertsch wrote:
> Hi,
>
> I have 2 files t/response/TestSession/7uaexceptionfile.pm and
> t/session/7uaexceptionfile.t.
>
> "t/TEST t/session/7uaexceptionfile.t" works as expected but "t/TEST
> -configure" overwrites my handcrafted t/session/7uaexceptionfile.t.
>
> Why is that so?
probably because it thinks it was autocreated - I suspect it created it
initially, before you went and wrote it yourself.
try running t/TEST -clean _then_ adding your hand-crafted .t file _then_
running t/TEST -config. t/TEST -config should see that the file was there
already and not overwrite it.
HTH
--Geoff
 |
 |
Re: Apache::Test autogenerated request parts
Geoffrey Young 20:28 on 10 Jan 2005
|