[First dpkg test suite version (using Perl's Test::Unit) zoso@foton.es**20061001154613] [Also check that the C unittest compilation works fine zoso@foton.es**20061001155509] [Drop the "testsuite/" prefix from dpkg-scanpackages paths zoso@foton.es**20061001161801] [Fix an assert_null call zoso@foton.es**20061010204951] [Fix dpkg-scanpackages path zoso@foton.es**20061010205007] [Random fixes in the dpkg-scanpackages suite zoso@foton.es**20061010222012 * Re-fix paths (grrr...) * Check that there are actually tests ] [Use strict and warnings for tests zoso@foton.es**20061010222223] [Functional test module fixes zoso@foton.es**20061010223000 * Add a new method, assert_files_equal * Refactor assert_output to get rid of open3, and use assert_files_equal ] [Report the C unittest binary in the assert comment zoso@foton.es**20061010225152] [Add small script to ease check unittest creation zoso@foton.es**20061011163311] [C unittest fixes zoso@foton.es**20061011221627 * Add line number to C unittest error messages * Add *.ctest files to C unittest source files ] [Rename expected output files to *-output zoso@foton.es**20061011222604] [Add dpkg-parsechangelog initial functional tests zoso@foton.es**20061011222706] [Delete sample TestSimple test case zoso@foton.es**20061011224451] [Create base TestCase class zoso@foton.es**20061011225228 * Create AbstractDpkgTestCase class * Make TestCUnittests and DpkgTest::FunctionalTest inherit from that class * Use the new method "dpkg_perl_script" to declare the path to a dpkg-related Perl script, so it can be customized depending on the test context (to easily integrate with the Ubuntu AutomatedTest stuff) ] [Added very initial dpkg functional test module zoso@foton.es**20061014163637] [Add comments and a FIXME for the initial dpkg testing code zoso@foton.es**20061014164306] [Fix assert_pkg_installed and some small refactorings zoso@foton.es**20061014181500] [Add simple dependency test zoso@foton.es**20061018134201 * Modify install_pkg so it can install more than one package at once * Add a simple dependency test * Add two simple packages for the dependency test ] [Add a little package conflict test zoso@foton.es**20061018141048]