Add connection integration tests

This commit is contained in:
Jennifer Hickey
2013-07-16 09:34:58 -07:00
parent 39970609ba
commit ae6e6153c7
11 changed files with 160 additions and 4 deletions

View File

@@ -273,10 +273,11 @@ abstract class SrpUtils {
arrays.add(ALPHA);
}
if (sortKey != null) {
arrays.add(STORE);
arrays.add(sortKey);
}
}
if (sortKey != null) {
arrays.add(STORE);
arrays.add(sortKey);
}
return arrays.toArray();