[Title] fix codecoverage pull bug 2
authorho.namkoong <ho.namkoong@samsung.com>
Sun, 23 Jun 2013 11:10:52 +0000 (20:10 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Sun, 23 Jun 2013 11:10:52 +0000 (20:10 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#] 9670
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I6e2e4748eb98e6aea717b6d19dcf6aaf31b5b508

src/file_sync_service.c

index 2452873..f868fa2 100644 (file)
@@ -44,7 +44,7 @@ struct sync_permit_rule
 struct sync_permit_rule sdk_sync_permit_rule[] = {
 //    /* 0 */ {"rds", "^((/opt/apps)|(/opt/usr/apps))/[a-zA-Z0-9]{10}/info/\\.sdk_delta\\.info$", 1},
     /* 1 */ {"unitest", "^((/tmp)|(/opt/apps)|(/opt/usr/apps))/[a-zA-Z0-9]{10}/data/[a-zA-Z0-9_\\-]{1,50}\\.xml$", 1},
-    /* 2 */ {"codecoverage", "^((/tmp)|(/opt/apps)|(/opt/usr/apps))/[a-zA-Z0-9]{10}/data/+([a-zA-Z0-9_/\\.])*+[a-zA-Z0-9_\\-\\.]{1,50}\\.gcda$", 1},
+    /* 2 */ {"codecoverage", "^((/tmp)|(/opt/apps)|(/opt/usr/apps))/[a-zA-Z0-9]{10}/data/+(.)*\\.gcda$", 1},
     /* 3 */ {"da", "^(/tmp/da/)*+[a-zA-Z0-9_\\-\\.]{1,50}\\.png$", 1},
     /* end */ {NULL, NULL, 0}
 };