davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Test fixtures for RESTAPI are comparing test data against live configurations #15

Closed davidkirwan closed 11 years ago

davidkirwan commented 11 years ago

I ran tests on the Raspberry Pi production machine, tests for the RESTAPI were failing due to different configuration files on Production to that on the Test machine. The tests are incorrectly using live configuration data to compare against mocked test input data.

davidkirwan commented 11 years ago

Bug now fixed on dev branch