1 package com.sun.facelets;2 3 public class BrokenTestCase extends FaceletTestCase {4 5 public void testBroken() throws Exception {6 7 }8 9 }10