[jboss-svn-commits] JBL Code SVN: r7027 - labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/waltz
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 23 13:47:00 EDT 2006
Author: mark.proctor at jboss.com
Date: 2006-10-23 13:46:57 -0400 (Mon, 23 Oct 2006)
New Revision: 7027
Removed:
labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/waltz/LeapsWaltzTest.java
Log:
-removed leaps test
Deleted: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/waltz/LeapsWaltzTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/waltz/LeapsWaltzTest.java 2006-10-23 17:46:17 UTC (rev 7026)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/waltz/LeapsWaltzTest.java 2006-10-23 17:46:57 UTC (rev 7027)
@@ -1,28 +0,0 @@
-package org.drools.integrationtests.waltz;
-
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed 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.
- */
-
-import org.drools.RuleBase;
-import org.drools.RuleBaseFactory;
-import org.drools.leaps.LeapsRuleBase;
-
-public class LeapsWaltzTest extends Waltz {
- protected RuleBase getRuleBase() throws Exception {
- return RuleBaseFactory.newRuleBase( RuleBase.LEAPS );
- }
-
-}
\ No newline at end of file
More information about the jboss-svn-commits
mailing list