Oh, there are two Wiki capturers:
the original one:
./WikiCapturer/src/org/htmlparser/wikicapturer/CaptureWiki.java
./WikiCapturer/src/org/htmlparser/wikicapturer/PhpWikiVisitor.java
and a new one:
./htmlparser/src/org/htmlparser/parserapplications/WikiCapturer.java
You must be referring to the test:
./WikiCapturer/src/org/htmlparser/wikicapturerTest/PhpWikiVisitorTest.java
which I don't think I've ever run. It's not part of the htmlparser test
suite.
Yeah, it must be broken because of the refactoring that went on with
visitors and nodes.
Derrick
Somik Raha wrote:
> Derrick Oswald wrote:
>
>> Somik,
>>
>> As mentioned in the last 1.5 integration notes:
>>
>> Integration Build May 22, 2004
>>
>> Failing Unit Tests:
>> testBigFile, testTable
>>
>> Open Bugs:
>> 923146 tag nesting rule too strict for forms
>> 922439 OutOfMemory on huge HTML files (4,7MB)
>>
>>
>> The (new) failing tests correspond to the open bugs.
>> I have some small unrelated changes in my shadow that I will probably
>> get done this weekend.
>>
> I was referring to the tests in the capturer. Are they also related to
> the bug?
>
> Regards,
> Somik
>
|