/** Test of gotoEditPage method, of class TemplateControllerBean. */
 public void testGotoEditPage() {
   System.out.println("gotoEditPage");
   TemplateControllerBean instance = new TemplateControllerBean();
   String expResult = "";
   String result = instance.gotoEditPage();
   assertEquals(expResult, result);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }