made it pretty
This commit is contained in:
parent
da878abb90
commit
70be61a81e
2 changed files with 14 additions and 15 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package btools.expressions;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertNull;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
@ -21,12 +20,12 @@ public class IntegrityCheckProfileTest {
|
|||
for (File f : files) {
|
||||
if (f.getName().endsWith(".brf")) {
|
||||
BExpressionMetaData meta = new BExpressionMetaData();
|
||||
BExpressionContext expctxWay = new BExpressionContextWay( meta );
|
||||
BExpressionContext expctxNode = new BExpressionContextNode( meta );
|
||||
meta.readMetaData( new File( profileDir, "lookups.dat") );
|
||||
BExpressionContext expctxWay = new BExpressionContextWay(meta);
|
||||
BExpressionContext expctxNode = new BExpressionContextNode(meta);
|
||||
meta.readMetaData(new File( profileDir, "lookups.dat"));
|
||||
expctxNode.setForeignContext(expctxWay);
|
||||
expctxWay.parseFile( f, "global" );
|
||||
expctxNode.parseFile( f, "global" );
|
||||
expctxWay.parseFile(f, "global");
|
||||
expctxNode.parseFile(f, "global");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue