oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

Automated Test needed for detecting #35 (Synchronization fails for sites with empty main extension) #36

Open oveits opened 8 years ago

oveits commented 8 years ago

If I synchronize sites, I always test with sites with local GW and existent main extension. Therefore, issue #35 was not detected. I need to add tests that cover this.

Idea:

1) improve simulation by storing the Apache Camel return string in @@provisioned instead of just storing "true" 2) then we can test with and without local GW. Without local GW and with the bug resolution of #35 being rolled back temporarily, I need to make sure the test will detect #35. Then re-apply the resolution and make sure the test does not fail anymore.