Skip to content

Instantly share code, notes, and snippets.

@jokamjohn
Forked from anonymous/TestDb.java
Last active August 29, 2015 14:17
Show Gist options
  • Save jokamjohn/e249180aaed0aa5c1d88 to your computer and use it in GitHub Desktop.
Save jokamjohn/e249180aaed0aa5c1d88 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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment