summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-27 16:03:19 +0100
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-27 16:03:19 +0100
commitc7520912226d73b8256263475bcd61145d5db597 (patch)
treee27c5c96f5075e6a0a83ed66a594bc54b618b3d9
parenttesting engine_factory and XML namespace support (diff)
downloadTree-Transform-XSLTish-c7520912226d73b8256263475bcd61145d5db597.tar.gz
Tree-Transform-XSLTish-c7520912226d73b8256263475bcd61145d5db597.tar.bz2
Tree-Transform-XSLTish-c7520912226d73b8256263475bcd61145d5db597.zip
make the test more meaningful
-rw-r--r--t/06-libxml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06-libxml.t b/t/06-libxml.t
index 94f1ae8..0151f98 100644
--- a/t/06-libxml.t
+++ b/t/06-libxml.t
@@ -68,7 +68,7 @@ my $tree=XML::LibXML->new->parse_string(<<'XML');
<body>
<p>test</p>
<img src="nothing" />
- <img src="this one" alt="pick" />
+ <img src="NOT this one" alt="pick" />
<x:img src="this one" alt="pick" />
</body>
</html>