propensive / rapture

Rapture
183 stars 39 forks source link

Rapture XML needs more tests #242

Open propensive opened 8 years ago

propensive commented 8 years ago

Rapture XML has been designed to offer similar functionality to Rapture JSON, but for XML, but development has always focussed on JSON while XML has taken a back seat.

Consequently, basic functionality for Rapture XML works, but there is probably a minefield of undiscovered or forgotten bugs which have yet to be documented. The first step to finding and fixing these is to write some tests.

To get started,

git clone https://github.com/propensive/rapture rapture
cd rapture
vi xml-test/test/tests.scala
sbt xml-testJVM/test