Author: akarasulu Date: Mon Feb 5 08:19:22 2007 New Revision: 503758 URL: http://svn.apache.org/viewvc?view=rev&rev=503758 Log: empty itest case Added: directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/schema/OneEmptyITest.java Added: directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/schema/OneEmptyITest.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/schema/OneEmptyITest.java?view=auto&rev=503758 ============================================================================== --- directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/schema/OneEmptyITest.java (added) +++ directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/schema/OneEmptyITest.java Mon Feb 5 08:19:22 2007 @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +package org.apache.directory.server.core.schema; + + +import org.apache.directory.server.core.unit.AbstractAdminTestCase; + + +/** + * Empty test case to see how long things take for a test. + * + * @author Apache Directory Project + * @version $Rev$ + */ +public class OneEmptyITest extends AbstractAdminTestCase +{ + /** + * Empty test. + */ + public void testEmpty() + { + } +}