Skip to content

Commit

Permalink
fix bugzilla #260495: org.eclipse.birt.report.tests.engine has compil…
Browse files Browse the repository at this point in the history
…e error in 2.5.0 daily build v20090109-0630
  • Loading branch information
Xiaoying Gu committed Jan 9, 2009
1 parent 7d44904 commit 6786a34
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -8,6 +8,7 @@
import java.io.IOException;
import java.io.InputStream;

import org.eclipse.birt.core.exception.BirtException;
import org.eclipse.birt.report.engine.api.InstanceID;
import org.eclipse.birt.report.engine.content.ContentVisitorAdapter;
import org.eclipse.birt.report.engine.content.IContent;
Expand Down Expand Up @@ -251,8 +252,9 @@ public void testExtension( )

/**
* Test accept() method.
* @throws BirtException
*/
public void testAccept( )
public void testAccept( ) throws BirtException
{
Object value = new Object( );
IContentVisitor visitor = new ContentVisitorAdapter( );
Expand Down

0 comments on commit 6786a34

Please sign in to comment.