/* TODO: This does not work because the TESTEMPTABLE has not been set up.
* And even if it was, it does not have any PDF BLOB data.
*/
public void testPdfBlob(int dummy)
throws IOException, DBException, RepositoryException {
DBClient dbClient = dbContext.getClient();
dbContext.setNumberOfRows(1);
List<Map<String, Object>> rows = dbClient.executePartialQuery(0,
dbContext.getNumberOfRows());
JsonDocument jsonDocument = null;
for (Map<String, Object> row : rows) {
jsonDocument =
getJsonDocument(new LobDocumentBuilder(dbContext, context), row);