elm store: Added more comment for store test. Patch by Hyoyoung Chang
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 02:01:45 +0000 (02:01 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 02:01:45 +0000 (02:01 +0000)
<hyoyoung@gmail.com>

On Tue, Jan 10, 2012 at 8:40 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> It's another patch file that describes a method to get a store
example files.
> If it's ok, plz commit it.
> Thanks

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67032 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/test_store.c

index 9e785f6..e5b5f6e 100644 (file)
@@ -1,3 +1,10 @@
+/* NOTE : Before testing elm_store,
+          email data files should exist in your local storage.
+          And you can just get example files in enlightenment website.
+          Use wget to obtain it. It almost 50 Megabytes.
+          http://www.enlightenment.org/~raster/store.tar.gz
+ */
+
 #include <Elementary.h>
 
 #ifdef HAVE_CONFIG_H