summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-31 20:05:06 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-31 20:05:06 +0000
commit6fc055ab906c035355bfb789aed404551db5b45a (patch)
treef29650c65f8a7003ce73ebc6047f216f91e14c79 /modules/book
parente0871ec49bb81adff156d4bc7cf2d9f8b50d04a0 (diff)
downloadbrdo-6fc055ab906c035355bfb789aed404551db5b45a.tar.gz
brdo-6fc055ab906c035355bfb789aed404551db5b45a.tar.bz2
- Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved xpath tests.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.test b/modules/book/book.test
index d68a17ab3..9b216f38a 100644
--- a/modules/book/book.test
+++ b/modules/book/book.test
@@ -129,7 +129,7 @@ class BookTestCase extends DrupalWebTestCase {
}
// Fetch links in the current breadcrumb.
- $links = $this->xpath("//div[@class='breadcrumb']/a");
+ $links = $this->xpath('//div[@class="breadcrumb"]/a');
$got_breadcrumb = array();
foreach ($links as $link) {
$got_breadcrumb[] = (string) $link['href'];