mhotan / DineOn

Git Repository for our 403(13sp) Android application "DineOn"
0 stars 0 forks source link

RestaurantProfileActivity menuitems not being deleted from cloud #204

Closed glee23 closed 11 years ago

glee23 commented 11 years ago

Severity: Moderate

Description:

I tried deleting all the elements from the test -- there are still 2 menu items that end up in the cloud at the end of each run of the test. Is there something in the Activity itself that saves the menuitems to the cloud in the code? The way we're handling it is by putting everything in the restaurant object, and then deleting that from the cloud deletes everything in it.

Reproduction steps:

  1. Run the RestaurantProfileActivityTest.java
  2. Go to the test database and see that the profile
mhotan commented 11 years ago

This sounds like a cloud memory leak. This also sounds like we need to change something in the implementation not the test.

espeo196 commented 11 years ago

Going to close this because there's a similar issue that covers this and some other stuff higher up on the list.