execute Scope.getInstance() to enhance code coverage

This commit is contained in:
Lars Kühne 2002-04-17 04:52:55 +00:00
parent e3588963d0
commit a9f84b3767
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ public class CheckerTest
public void testScopeInnerClassesPackage()
throws Exception
{
mConfig.setJavadocScope(Scope.PACKAGE);
mConfig.setJavadocScope(Scope.getInstance("package"));
final Checker c = createChecker();
final String filepath = getPath("InputScopeInnerClasses.java");
assertNotNull(c);