Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2014 07:40
Show Gist options
  • Save anonymous/c758e97765f2ca48fbc6 to your computer and use it in GitHub Desktop.
Save anonymous/c758e97765f2ca48fbc6 to your computer and use it in GitHub Desktop.
// 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;
@alexisforce
Copy link

Noted

@yanring
Copy link

yanring commented Apr 23, 2016

THX

@mohit30goel
Copy link

Okies

@samirthebti
Copy link

thnx

@guigerdts
Copy link

Specifically where?.. Thanks

@francisrod01
Copy link

francisrod01 commented Dec 1, 2016

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