@@ -87,7 +87,7 @@ public void metaAnnotationsCanBeUsedToAbstractCommonBehavior_1() throws Exceptio
8787 + "{id:'2',price:'0.0',links:["
8888 + "{uri:'/orders/2',params:{rel:'self'},uriBuilder:{absolute:false},rels:['self'],rel:'self'}]}"
8989 + "],firstPage:true,previousPageAvailable:false,nextPageAvailable:true,lastPage:false}" ,
90- order , true );
90+ order , false );
9191 }
9292
9393 @ Test
@@ -107,7 +107,7 @@ public void metaAnnotationsCanBeUsedToAbstractCommonBehavior_2() throws Exceptio
107107 + "{id:'4',price:'0.0',links:["
108108 + "{uri:'/orders/4',params:{rel:'self'},uriBuilder:{absolute:false},rels:['self'],rel:'self'}]}"
109109 + "],firstPage:false,previousPageAvailable:true,nextPageAvailable:true,lastPage:false}" ,
110- order , true );
110+ order , false );
111111 }
112112
113113 @ Test
@@ -126,7 +126,7 @@ public void metaAnnotationsCanBeUsedToAbstractCommonBehavior_3() throws Exceptio
126126 + "{id:'6',price:'0.0',links:["
127127 + "{uri:'/orders/6',params:{rel:'self'},uriBuilder:{absolute:false},rels:['self'],rel:'self'}]}"
128128 + "],firstPage:false,previousPageAvailable:true,nextPageAvailable:false,lastPage:true}" ,
129- order , true );
129+ order , false );
130130 }
131131
132132
0 commit comments