stardog-union / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
302 stars 153 forks source link

Fix `PersistenceUpdatesTest`: correctly close and delete test file #31

Open AndreyMZ opened 8 years ago

AndreyMZ commented 8 years ago

Two commits:

  1. Fix PersistenceUpdatesTest test case. It failed because there were try to delete test output file while it is not closed.
  2. Rename project "Pellet :: OWL API (ignazio1977 fork)" back to "Pellet :: OWL API".