Wow, what language. ;P

Anyhow, why not just add pictures yourself? I think you just made the 
test useless, haven't you?

--
Tom.

On 02/01/14 00:23, Daniel Juyung Seo wrote:
> seoz pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=991c8e03556ab9963b69f0cd8281342bfca01392
>
> commit 991c8e03556ab9963b69f0cd8281342bfca01392
> Author: Daniel Juyung Seo <seojuyu...@gmail.com>
> Date:   Thu Jan 2 09:17:16 2014 +0900
>
>      test_photocam: Unfuck photocam test case by removing absolute image path 
> by raster.
>
>      Please maintain this manually or push those images to somewhere 
> reachable by others.
> ---
>   src/bin/test_photocam.c | 11 -----------
>   1 file changed, 11 deletions(-)
>
> diff --git a/src/bin/test_photocam.c b/src/bin/test_photocam.c
> index 04e9308..40fe8de 100644
> --- a/src/bin/test_photocam.c
> +++ b/src/bin/test_photocam.c
> @@ -240,15 +240,6 @@ void
>   test_photocam(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void 
> *event_info EINA_UNUSED)
>   {
>      Evas_Object *win, *ph, *tb2, *bt, *box;
> -   // these were just testing - use the "select photo" browser to select one
> -   const char *img[5] =
> -     {
> -        "/home/raster/t1.jpg",  //   5 mpixel
> -        "/home/raster/t2.jpg",  //  18 mpixel
> -        "/home/raster/t3.jpg",  //  39 mpixel
> -        "/home/raster/t4.jpg",  // 192 mpixel
> -        "/home/raster/t5.jpg"   // 466 mpixel
> -     };
>
>      win = elm_win_util_standard_add("photocam", "PhotoCam");
>      elm_win_autodel_set(win, EINA_TRUE);
> @@ -285,8 +276,6 @@ test_photocam(void *data EINA_UNUSED, Evas_Object *obj 
> EINA_UNUSED, void *event_
>      evas_object_smart_callback_add(ph, "scroll,drag,stop", my_ph_drag_stop, 
> win);
>      evas_object_smart_callback_add(ph, "scroll", my_ph_scroll, win);
>
> -   elm_photocam_file_set(ph, img[1]);
> -
>      evas_object_show(ph);
>
>      tb2 = elm_table_add(win);
>


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to