Fix not found wgt issue in Drag and Drop
authorwanmingx.lin <wanmingx.lin@intel.com>
Mon, 3 Jun 2013 11:42:19 +0000 (19:42 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Mon, 3 Jun 2013 11:42:19 +0000 (19:42 +0800)
tests/DragandDrop/js/main.js

index 1eb83e6..f661966 100644 (file)
@@ -133,7 +133,7 @@ function packagePre() {
     }
 
     tizen.filesystem.resolve(
-        'wgt-package/tests/DragDrop/res/',
+        'wgt-package/tests/DragandDrop/res/',
         function(dir){
             documentsDir = dir;
             dir.listFiles(onsuccess, onerror);