Merge pull request #3 from pymma/master
Updating to version 7.33.0.Final
This commit is contained in:
commit
ea93c954eb
2 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,4 @@
|
||||||
<kbase name="lesson1" packages="lesson1">
|
<kbase name="lesson1" packages="lesson1">
|
||||||
<ksession name="lesson1-session"/>
|
<ksession name="lesson1-session"/>
|
||||||
</kbase>
|
</kbase>
|
||||||
|
|
||||||
</kmodule>
|
</kmodule>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ public class Testlesson1 {
|
||||||
public static void beforeClass() {
|
public static void beforeClass() {
|
||||||
kieContainer = KnowledgeSessionHelper.createRuleBase();
|
kieContainer = KnowledgeSessionHelper.createRuleBase();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
System.out.println("-----------Before-------------");
|
System.out.println("-----------Before-------------");
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue