예제 #1
0
 @Test
 public void Make_thumb() {
   fxt.Init__orig_w_fsdb__commons_orig("A.png", 440, 400);
   fxt.Exec_get(
       Xof_exec_arg.new_thumb("A.png")
           .Rslt_orig_exists_y()
           .Rslt_file_exists_y()
           .Rslt_file_resized_y());
   fxt.Test_fsys("mem/root/common/thumb/7/0/A.png/220px.png", "220,200");
 }
예제 #2
0
 @Test
 public void Copy_orig() {
   fxt.Init__orig_w_fsdb__commons_orig("A.png", 440, 400);
   fxt.Exec_get(Xof_exec_arg.new_orig("A.png").Rslt_orig_exists_y().Rslt_file_exists_y());
   fxt.Test_fsys("mem/root/common/orig/7/0/A.png", "440,400");
 }