about summary refs log tree commit diff
path: root/src/test/rustdoc/unneeded-trait-implementations-title.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-05Fix unneeded-trait-implementations-title testPhilip Munksgaard-1/+1
The `@!has` command does not support specifying just a PATH and an XPATH. That means that the previous test searched for the literal string `//h2[@id="implementations"]` within the generated output, which obviously didn't exist. Even after adding a trait implementation, the test still passed. The correct way to check for the existence of a DOM element with the id `implementations` is to use the `@count` keyword.
2018-03-29Remove unneeded trait implementations titlesGuillaume Gomez-0/+15