BayesianLogic / blog

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

remove unused files #249

Closed lileicc closed 10 years ago

lileicc commented 10 years ago

@tejasvsrinivasan

cberzan commented 10 years ago

@lileicc Please undo this. These files are used in unit tests, test.blog.model.TestExplicitSet and test.blog.model.TestTupleSet.

lileicc commented 10 years ago

Would it be better if we put the model into the test file, as a string, and then run it. Check Main.runFromString()

On Thu, Jul 3, 2014 at 2:38 PM, cberzan notifications@github.com wrote:

@lileicc https://github.com/lileicc Please undo this. These files are used in unit tests, test.blog.model.TestExplicitSet and test.blog.model.TestTupleSet.

— Reply to this email directly or view it on GitHub https://github.com/BayesianLogic/blog/pull/249#issuecomment-47987762.

cberzan commented 10 years ago

These models are a bit too long to be included inline in the test code... They loook especially ugly since eclipse forces a certain formatting, so the lines are not aligned... I think in the future we'll want end-to-end test for even bigger models, so it makes sense to have a directory of test models.