Added TestCaseAddEntryActivity, made AddEntryActivity'saddItemsToBudgetSpinner() public so that the test class can refresh the spinner, and made a minor change that prevents the AddBudgetActivity from being started automatically in the test class when there are no budgets.
Added
TestCaseAddEntryActivity
, madeAddEntryActivity's
addItemsToBudgetSpinner()
public so that the test class can refresh the spinner, and made a minor change that prevents theAddBudgetActivity
from being started automatically in the test class when there are no budgets.