- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_processMetaRobots_no (0.15 sec)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
responseData.addMetaData("X-Robots-Tag", "nofollow"); transformer.processXRobotsTag(responseData, new ResultData()); assertTrue(responseData.isNoFollow()); } public void test_processMetaRobots_no() throws Exception { final String data = "<html><body>foo</body></html>"; final Document document = getDocument(data); final FessXpathTransformer transformer = new FessXpathTransformer() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0)