(file) Return to Group6.txt CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / twiki / data / WineDev

  1 rizwank 1.2 %META:TOPICINFO{author="ChrisWatmore" date="1108889294" format="1.0" version="1.8"}%
  2 rizwank 1.1 %META:TOPICPARENT{name="WebHome"}%
  3             ---++ Proposed Timeline
  4             <table width="752" border="0" cellpadding="4" cellspacing="0">
  5               <tr>
  6             	 <td width="60">Date</td>
  7             	 <td width="500">Task</td>
  8             	 <td width="66">Weight</td>
  9               </tr>
 10               <tr bgcolor="#ABCDEF">
 11             	 <td width="60">-Done-</td>
 12             	 <td width="500">Tentative Schedule</td>
 13             	 <td width="66">2%</td>
 14               </tr>
 15               <tr bgcolor="#FFFFCC">
 16             	 <td width="60">-Done-</td>
 17             	 <td width="500">Project 0</td>
 18             	 <td width="66">5%</td>
 19               </tr>
 20               <tr bgcolor="#ABCDEF">
 21             	 <td width="60">-Done-</td>
 22             	 <td width="500">Project1</td>
 23 rizwank 1.1 	 <td width="66">5%</td>
 24               </tr>
 25               <tr bgcolor="#FFFFCC">
 26             	 <td width="60">-Done-</td>
 27             	 <td width="500">Complete Schedule with weights </td>
 28             	 <td width="66">3%</td>
 29               </tr>
 30               <tr bgcolor="#ABCDEF">
 31             	 <td width="60">-Done-</td>
 32             	 <td width="500">Project 2</td>
 33             	 <td width="66">10%</td>
 34               </tr>
 35               <tr bgcolor="#FFFFCC">
 36             	 <td width="60">-Done-</td>
 37             	 <td width="500">Choose dll</td>
 38             	 <td width="66">5%</td>
 39               </tr>
 40               <tr bgcolor="#ABCDEF">
 41             	 <td width="60">-Done-</td>
 42             	 <td width="500">Design of Conformance Tests</td>
 43             	 <td width="66">10%</td>
 44 rizwank 1.1   </tr>
 45               <tr bgcolor="#FFFFCC">
 46             	 <td width="60">Feb 14</td>
 47             	 <td width="500">Submit Patch to wine mailing list</td>
 48             	 <td width="66">10%</td>
 49               </tr>
 50               <tr bgcolor="#ABCDEF">
 51             	 <td width="60">Feb 17</td>
 52             	 <td width="500">Rework and submit to winehq</td>
 53             	 <td width="66">15%</td>
 54               </tr>
 55               <tr bgcolor="#FFFFCC">
 56             	 <td width="60">Mar 9</td>
 57             	 <td width="500">Rework and add more functions to conformance test and submit again</td>
 58             	 <td width="66">10%</td>
 59               </tr>
 60               <tr bgcolor="#ABCDEF">
 61             	 <td width="60">Mar 17</td>
 62             	 <td width="500">Patch accepted into wine source tree</td>
 63             	 <td width="66">15%</td>
 64               <tr bgcolor="#FFFFCC">
 65 rizwank 1.1 	 <td width="60">Mar 18</td>
 66             	 <td width="500">Final Presentation</td>
 67             	 <td width="66">10%</td>
 68               </tr>
 69               </tr>
 70             </table>
 71             
 72             ---++ To Do
 73 rizwank 1.2 	*  Fine tune test cases. Test the rest of the html help functions. Hopefully receive feedback from winehq.
 74 rizwank 1.1 
 75             
 76             ---++ Progress as of Given Date
 77             2005-01-21 (chris):
 78             	* Installed Linux (Debian - kernel 2.4.27)
 79             	* Built Wine
 80             	* Successfully ran notepad.exe.so, !WinZip 9 installer, !WinZip 9
 81             
 82             2005-01-26 (chris):
 83             	* Conformance Test Results, output of 'grep "Test failed" log | sed 's/:.*//' | uniq -c | sort':
 84             
 85             <pre>
 86             		1 typelib.c
 87             		1 url.c
 88             		4 capture.c
 89             		4 wave.c
 90             	  13 generated.c
 91             	  43 metafile.c
 92             
 93             </pre>
 94 rizwank 1.2 	* [[%ATTACHURL%/testlog][testlog]]: Conformance Test Log
 95 rizwank 1.1 
 96             2005-01-30:
 97             	* We'll be working on itss.dll
 98             
 99             2005-02-06
100             	* Looked into how to write the tests. Information on the dll is pretty sparse... Ideas are outlined
101             	  in the attached file
102             
103 rizwank 1.2 2005-02-14
104             	* After looking more closely out how itss is implemented and what its purpose was we realized first that the API for itss is not really public and secondly that we should instead focus our tests on the html help API itself.  Our conformance test is attached below and it exercises a few functions from the API. All tests run successfully on windows. Due to the fact that html help is not really implemented in wine at the moment(just try clicking on the help tab in any windows application running in wine), the tests will not run successfully in wine. The actual html help api commands should ultimately be implemented in the hhctrl.ocx dll folder of wine, though there is not much there at the moment. 
105             
106             	* [[%ATTACHURL%/hhtest.c][hhtest.c]]: Conformance Test Ver 1.0
107             
108             2005-02-17
109             	* Created the patch in diff format. Added testing for more commands, particularly the navigation functions. Also expanded testing of Display Topic function. Patch will be submitted to winehq.
110             
111             	* [[%ATTACHURL%/hhtest.patch][hhtest.patch]]: Patch in diff format
112             
113             -- Main.ChrisWatmore - 17 Feb 2005
114             
115             
116             	
117             
118 rizwank 1.1 
119             
120             %META:FILEATTACHMENT{name="testlog" attr="" comment="Conformance Test Log" date="1107400367" path="testlog" size="43136" user="ChrisWatmore" version="1.1"}%
121             %META:FILEATTACHMENT{name="winzip_screenshot.jpg" attr="" comment="Proof for projects 0 and 1" date="1107401127" path="winzip_screenshot.jpg" size="71278" user="ChrisWatmore" version="1.1"}%
122             %META:FILEATTACHMENT{name="test_design.txt" attr="" comment="Preliminary Design Thoughts" date="1107814099" path="test_design.txt" size="2071" user="ChrisWatmore" version="1.3"}%
123 rizwank 1.2 %META:FILEATTACHMENT{name="hhtest.c" attr="" comment="Conformance Test Ver 1.1" date="1108441939" path="hhtest.c" size="7190" user="ChrisWatmore" version="1.1"}%
124             %META:FILEATTACHMENT{name="hhtest.exe" attr="" comment="Conformance Test Executable" date="1108442980" path="hhtest.exe" size="32768" user="ChrisWatmore" version="1.1"}%
125             %META:FILEATTACHMENT{name="hhtest.patch" attr="" comment="Patch in diff format" date="1108706842" path="hhtest.patch" size="13327" user="ChrisWatmore" version="1.1"}%
126             %META:FILEATTACHMENT{name="itss.c" attr="" comment="Conformance Test Ver 1.0" date="1108889232" path="itss.c" size="10482" user="ChrisWatmore" version="1.1"}%

Rizwan Kassim
Powered by
ViewCVS 0.9.2