Exemplo n.º 1
0
 @Test
 public void testVerticalFlip() throws IOException {
   ChkType chkType = ChkType.NORMAL;
   //        TODO -- fix this for GAE!?
   //        if (isRuntimeProduction()) {
   //            chkType = ChkType.HMINUS;
   //        }
   Transform transform = ImagesServiceFactory.makeVerticalFlip();
   for (String sfile : FNAMES) {
     for (OutputEncoding encoding : ENCODES) {
       applyAndVerify(sfile, transform, chkType, encoding);
     }
   }
 }