Created
August 21, 2014 07:40
-
-
Save anonymous/c758e97765f2ca48fbc6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use this in your testLocationTable() method | |
// Test data we're going to insert into the DB to see if it works. | |
String testLocationSetting = "99705"; | |
String testCityName = "North Pole"; | |
double testLatitude = 64.7488; | |
double testLongitude = -147.353; |
Okies
thnx
Specifically where?.. Thanks
The TestUtilities.java file has it all too: The 6 steps.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THX