DATACMNS-358 - Test case for 1-index pages in PagedResourcesAssembler.

Added a test case to show that PagedResourcesAssembler correctly renders 1-indexed, empty pages after upgrading to Spring HATEOAS 0.8.0.BUILD-SNAPSHOT.
This commit is contained in:
Oliver Gierke
2013-08-26 18:30:34 +02:00
parent 1976878bd5
commit 77199cbec4
2 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
<properties>
<jackson>1.9.7</jackson>
<jackson2>2.2.2</jackson2>
<springhateoas>0.6.0.RELEASE</springhateoas>
<springhateoas>0.8.0.BUILD-SNAPSHOT</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>