Add query tests for pagination and sort key ordering

Change-Id: I64fc2dc6c0bafa446dfde7ab91b0c1be61aa7c4f
This commit is contained in:
Dave Borowitz
2013-10-15 14:06:51 -07:00
parent d2cccd4974
commit a475bedc29
3 changed files with 146 additions and 5 deletions

View File

@@ -923,7 +923,7 @@ public class ChangeJson {
Boolean reviewed;
Boolean mergeable;
String _sortkey;
public String _sortkey;
public int _number;
AccountInfo owner;