BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Unit Test Failing #252

Closed chrisgioia64 closed 10 years ago

chrisgioia64 commented 10 years ago

@lileicc don't merge this yet. some of the unit tests still fail when running sbt/sbt test

Right now, all JUnit tests on /src/test/java pass. I don't think this is a problem with distributions.

lileicc commented 10 years ago

@chrisgioia64 ready to merge?

chrisgioia64 commented 10 years ago

not ready to merge. @cberzan do you know why unit tests are failing?

lileicc commented 10 years ago

which test is failing?

cberzan commented 10 years ago

These are good tests where the models were removed accidentally in #249. The solution is NOT to remove the tests.

lileicc commented 10 years ago

solved in #259