Changes

Jump to: navigation, search

Delta debugging framework

1,264 bytes removed, 02:28, 14 December 2006
Project Task List
<td>[[User:RichardChu|Richard Chu]], [[User:Ankuswan|Aditya Nanda Kuswanto]], [[User:Dwwoodsi|Dean William Woodside]]</td>
<td bgcolor="#00FF00">Done. Decided to release the source code under the [http://www.opensource.org/licenses/gpl-license.php GPL Version 2 license].</td>
</tr>
 
 
 
<tr>
<td colspan="5"><strong>Unit Tests</strong>
</td>
</tr>
 
<tr>
<td>Unit tests for the various parts of the delta debugging framework.</td>
<td>It would be nice to have unit tests that thoroughly tests each part of the framework to ensure the correctness of the functions. It would be nice to have unit tests for each different part:
# Change/Changeset hierarchy of files
#Build-related files
#RCS-related files
#Test framework related files
#Delta Debugging Algorithm module
</td>
<td bgcolor="#008080" style="color: #FFFFFF; font-weight: bold; text-align: center">Low</td>
<td>Nobody</td>
<td bgcolor="#FFFF00">There are some unit-like tests that tests parts of the framework. However, they are either not thorough or outdated.
# ChangesetTest.pl tests some of the functionality of the Change/Changeset hierarchy of classes. However it is not thorough and outdated.
# maketest.pl tests some of the functionality of the Build classes. However, it is not thorough.
# svntest.pl tests some of the functionality of the RCS classes. However, it is not thorough.
# DeltaDebuggerTest.pl tests some of the functionality of the delta debugger module. However, it is not thorough.
</td>
</tr>
1
edit

Navigation menu