Commit d9c5a10
Fix broken datastore test_cursor_paging. (GoogleCloudPlatform#1457)
When there are only 6 entities being retrieved, and the page size is 5,
then the second page will not have a next cursor because all entities
have been retrieved.
Also, ignore *sponge_log.xml which are test log files.1 parent f375231 commit d9c5a10
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
0 commit comments