1 16 package org.apache.cocoon; 17 18 26 public class SitemapAnnotationsTestCase 27 extends HtmlUnitTestCase 28 { 29 public void testSitemapAnnotations() 30 throws Exception  31 { 32 final String pageurl = "samples/test/sitemap-annotations/annotations"; 33 34 loadXmlPage(pageurl); 36 final String author = evalXPath("/sitemap-annotations/info/author"); 37 assertEquals("The Cocoon team",author); 38 } 39 } 40 | Popular Tags |