Fix failed TC 2.0alpha master 2.0_alpha submit/master/20120920.151024
authorHyunwoo Kim <hw4444.kim@samsung.com>
Wed, 5 Sep 2012 02:45:11 +0000 (11:45 +0900)
committerHyunwoo Kim <hw4444.kim@samsung.com>
Wed, 5 Sep 2012 02:45:11 +0000 (11:45 +0900)
Change-Id: I73bfd30b843fa382fafe4af44cd4c50963f812f6

TC/testcase/utc_uix_face_detect_video_positive.c

index 32ecdf9..5c3ab31 100755 (executable)
@@ -253,7 +253,7 @@ static void utc_uix_face_extract_feature_positive(void)
 
                err = face_extract_feature(face, image, component, &feature);
 
-               dts_check_eq(szFunc, err, FACE_ERROR_OPERATION_FAILED);         // Face feature func does not support continous frame
+               dts_check_eq(szFunc, err, FACE_ERROR_NONE);     
 
                free(rects);