@@ -899,7 +899,8 @@ public void recordEventScenario_previous_current_ViewName_disabled() throws JSON
899
899
countly .views ().startView ("View1" );
900
900
countly .events ().recordEvent ("TEST1" );
901
901
902
- ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , true , true , TestUtils .map (), "_CLY_" , "_CLY_" , null );
902
+ // start false because session did not start
903
+ ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , false , true , TestUtils .map (), "_CLY_" , "_CLY_" , null );
903
904
validateEventInRQ ("TEST1" , 2 , 3 , "_CLY_" , "_CLY_" , null , null );
904
905
905
906
countly .views ().startView ("View2" );
@@ -930,7 +931,8 @@ public void recordEventScenario_previous_current_ViewName() throws JSONException
930
931
countly .views ().startView ("View1" );
931
932
countly .events ().recordEvent ("TEST1" );
932
933
933
- ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , true , true , TestUtils .map (), "_CLY_" , "_CLY_" , "" );
934
+ // start false because session did not start
935
+ ModuleViewsTests .validateView ("View1" , 0.0 , 1 , 3 , false , true , TestUtils .map (), "_CLY_" , "_CLY_" , "" );
934
936
validateEventInRQ ("TEST1" , 2 , 3 , "_CLY_" , "_CLY_" , "TEST" , "View1" );
935
937
936
938
countly .views ().startView ("View2" );
0 commit comments