Age | Commit message (Collapse) | Author |
|
|
|
It receives the path to the file, and it runs the tests coded in there.
|
|
Command: cd tests && ./run.sh
|
|
I've slightly modified a confighelper method regarding sharedpreferences, but that shouldn't be a problem since I'm going to remove those methods soon from there.
|
|
I'm using a new testing account, parmegvtest1
|
|
|
|
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
|
|
Next commit I'll push the Build from eclipse file.
I've also removed the tests .project file because it's not in there, and importing from Eclipse using Git import yielded in an error for the leap_androidTest project.
|
|
SRP parameter A tries to be sent via HttpsURLConnection. Right now, we
have a problem with certificates because I'm not using provider CA cert
to get the response. I'm going to merge the branch with better method
names to download response using already existing code.
|