@@ -1002,12 +1002,12 @@ public function testPage() {
10021002 $ fenceid = $ data ['fenceid ' ];
10031003 $ this ->assertEquals ($ done , 1 );
10041004
1005- $ resp = $ this ->pageController ->addGeofence ($ token , $ deviceidProx , 'testfence2 ' , 20.2 , 21.1 , 4.3 , 5.2 , 'https ://dumdumdum.net /dumdum ' , 'https ://dumdumdum.net /dumdum2 ' , 0 , 0 , 1 , '' , 1 );
1005+ $ resp = $ this ->pageController ->addGeofence ($ token , $ deviceidProx , 'testfence2 ' , 20.2 , 21.1 , 4.3 , 5.2 , 'http ://localhost /dumdum ' , 'http ://localhost /dumdum2 ' , 0 , 0 , 1 , '' , 1 );
10061006 $ data = $ resp ->getData ();
10071007 $ done = $ data ['done ' ];
10081008 $ fenceid = $ data ['fenceid ' ];
10091009 $ this ->assertEquals ($ done , 1 );
1010- $ resp = $ this ->pageController ->addGeofence ($ token , $ deviceidProx , 'testfence3 ' , 20.2 , 21.1 , 4.3 , 5.2 , 'https ://dumdumdum.net /dumdum?plop=1 ' , 'https ://dumdumdum.net /dumdum2?plop=2 ' , 1 , 1 , 0 , '' , 1 );
1010+ $ resp = $ this ->pageController ->addGeofence ($ token , $ deviceidProx , 'testfence3 ' , 20.2 , 21.1 , 4.3 , 5.2 , 'http ://localhost /dumdum?plop=1 ' , 'http ://localhost /dumdum2?plop=2 ' , 1 , 1 , 0 , '' , 1 );
10111011
10121012 // log with geofence
10131013 $ this ->logController ->logPost ($ token , 'testDevProx ' , 4.44 , 3.33 , 100 , 470 , 60 , 10 , 200 , '' );
0 commit comments