Difference between revisions of "Import sqlite test suite"

From CDOT Wiki
Jump to: navigation, search
(Project News)
(Project News)
Line 37: Line 37:
 
<pre>C:\Documents and Settings\user account name\Application Data\Mozilla\Firefox\Profiles\bulid name.default\</pre>
 
<pre>C:\Documents and Settings\user account name\Application Data\Mozilla\Firefox\Profiles\bulid name.default\</pre>
 
<pre> Files: signons.sqlite / search.sqlite / places.sqlite / permissions.sqlite / formhistory.sqlite / downloads.sqlite
 
<pre> Files: signons.sqlite / search.sqlite / places.sqlite / permissions.sqlite / formhistory.sqlite / downloads.sqlite
          / cookies.sqlite / content-prefs.sqlite
+
        / cookies.sqlite / content-prefs.sqlite
 
</pre>
 
</pre>

Revision as of 08:52, 23 September 2008

Project: Import sqlite test suite

Import sqlite test suite

Project Description

Mozilla uses an embedded version of SQLite extensively to store data such as bookmarks, history, etc. To insure that it runs properly within Mozilla, it would be good to add the entire sqlite test suite to Mozilla's tests, so that testing the browser also means testing sqlite. The sqlite test suite is written in TCL and needs to be ported to JavaScript. Some work has already been done, but more is required to get full test coverage.

Project Leader(s)

Park, KiWon

Project Contributor(s)

Project Details

bug 391756
http://www.0xdeadbeef.com/weblog/?p=368

Project News

C:\Documents and Settings\user account name\Application Data\Mozilla\Firefox\Profiles\bulid name.default\
 Files: signons.sqlite / search.sqlite / places.sqlite / permissions.sqlite / formhistory.sqlite / downloads.sqlite
        / cookies.sqlite / content-prefs.sqlite