Index: chrome/test/data/firefox3_profile/README |
diff --git a/chrome/test/data/firefox3_profile/README b/chrome/test/data/firefox3_profile/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..456d14684577bd9996982160a17ace8c6a228afb |
--- /dev/null |
+++ b/chrome/test/data/firefox3_profile/README |
@@ -0,0 +1,29 @@ |
+The search.sqlite contains a table named |engine_data| which holds information |
+about search engines. The table's data has been modified for the sake of |
+testing. The original content of |engine_data| looked as follows: |
+ |
+id engineid name value |
+-- ------------------------- ----- ----- |
+10 [app]/google.xml order 1 |
+11 [app]/yahoo.xml order 2 |
+12 [app]/amazondotcom.xml order 3 |
+13 [app]/answers.xml order 4 |
+14 [app]/creativecommons.xml order 5 |
+15 [app]/eBay.xml order 6 |
+16 [profile]/flickr-tags.xml order 7 |
+17 [profile]/imdb.xml order 8 |
+18 [profile]/webster.xml order 9 |
+19 [app]/wikipedia.xml order 10 |
+ |
+The |engineid| contains [app]/<name>.xml or [profile]/<name>.xml where |
+the [app] and [profile] need to be replaced with the actual app or profile |
+path. The actual app or profile path varies with operating system. To make |
+the browser test independant of machine's environment, [app] and [profile] |
+is replaced with relative path as follows: |
+ |
+[app] => ./chrome/test/data/firefox3_profile/searchplugins/default |
+[profile] => ./chrome/test/data/firefox3_profile/searchplugins/installed |
+ |
+To respect the relative path in test data, all default and installed search |
+engines XMLs are placed in searchplugins/default and searchplugins/installed |
+directory respectively. |