Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #73 from mananwason/fix
Browse files Browse the repository at this point in the history
fix tests from previous merge
  • Loading branch information
mananwason committed Aug 15, 2015
2 parents 46dc6ae + cd816d2 commit a2324ae
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,17 @@ protected void setUp() throws Exception {
"mananwason.me", "twitter.com/mananwason", "facebook.com/mananwason",
"github.com/mananwason", "linkedin.com/mananwason", "fossasia", "gsoc student", null, "india");
String speakerQuery = speaker.generateSql();
Log.d("speaekr", speakerQuery);
Log.d("speaker", speakerQuery);
queries.add(speakerQuery);

Microlocation microlocation = new Microlocation(4, "moscone centre", 35.6f, 112.5f, 2);
String microlocationQuery = microlocation.generateSql();
Log.d("micro", microlocationQuery);
int[] speakers_array = {1};
queries.add(microlocationQuery);

Session session = new Session(5, "abcd", "abc", "abcdefgh", "sdfjs dsjfnjs",
"2015-06-05T00:00:00", "2015-06-06T00:00:00", "abcde", 1,
"3", speakers_array, 2);
"3", 2);

String sessionQuery = session.generateSql();
Log.d("session", sessionQuery);
Expand Down

0 comments on commit a2324ae

Please sign in to comment.