-
When using assertLinkById in a test and the test fails, it causes a fatal error because of a missing test.
Example of the errormessage:
Fatal error: Call to a member function asString() on a non-object in simpletest/simpletest/trunk/web_tester.php on line 1110
Call Stack:
0.0328 4411400 1. simpletest_autorun() simpletest/simpletest/trunk/autorun.php:0
0.0328 4411724 2...
2009-10-23 08:29:02 UTC in SimpleTest
-
This is a bug depending on what kind of output you want, e.g. if you want xhtml or html output. In html is correct, while in xhtml you want .
IMHO it is a good idea to support both. It you are planning to use a normal dom parser on the output at some later time, you want xhtml.
2009-08-11 14:00:11 UTC in CyberNeko HTML Parser
-
Here's a test that exposes the bug:
The problem is that there cannot be multiple writer filters for some odd reason related to the meta attribute.
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;...
2009-08-07 11:26:25 UTC in CyberNeko HTML Parser
-
Note: The pom is missing configuration for antlr so the generated jar will not work :/.
2009-08-06 09:37:15 UTC in cpDetector
-
Stupid me. The pom attached is not complete as it needs the antlr maven plugin as well. It is a start though.
2009-08-06 09:29:21 UTC in cpDetector
-
The attached patch fixes problems I got while compiling cpDetector using OpenJDK 1.6 on Ubuntu Fiesty.
The patches should apply cleanly.
2009-08-06 09:20:30 UTC in cpDetector
-
Hi, attached is a sample pom I've used to build cpDetector for maven. Please use it so it is possible to install cpDetector using maven.
2009-08-06 09:14:38 UTC in cpDetector
-
Hi, the default writer has problems if an attribute is empty. Example:
The content="" tags will create entries containing null as the value of the attribute. The Writer filter ends with an NPE crash like this...
2009-07-02 13:24:26 UTC in CyberNeko HTML Parser
-
Hi, I tried to upgrade to 1.0.2beta and found some errors.
The following testcase fails:
2009-03-04 07:51:34 UTC in SimpleTest
-
thuse committed patchset 2072 of module ispman to the ispman CVS repository, changing 1 files.
2004-01-08 21:24:16 UTC in ispman