Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Rapture XML needs more tests #242

Open
propensive opened this issue Sep 30, 2016 · 0 comments
Open

Rapture XML needs more tests #242

propensive opened this issue Sep 30, 2016 · 0 comments
Labels

Comments

@propensive
Copy link
Owner

propensive commented Sep 30, 2016

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,

  • Clone the repository, propensive/rapture:
git clone https://github.com/propensive/rapture rapture
cd rapture
  • Take a look at the existing tests,
vi xml-test/test/tests.scala
  • Compile and run the tests with sbt:
sbt xml-testJVM/test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant