ChangeLog 761 B

123456789101112131415161718192021222324
  1. 2007-05-30 Nagappan A <[email protected]>
  2. * DBHelper.cs: Fixed warnings of unused variables.
  3. 2007-03-09 Andreia Gaita <[email protected]>
  4. * ConnectionManager.cs: small fix to close the connection if we
  5. mean to change the connection string and open it again
  6. 2005-09-16 Senganal T <[email protected]>
  7. * DataProvider.cs : Provides data for validation
  8. DataProvider provides the data that is used for
  9. validating Sq[DataReader. Currently it uses a dataset
  10. to fill data from the database. Will be modified later to
  11. get the values from a config file.
  12. 2005-09-01 Sureshkumar T <[email protected]>
  13. * DBHelper.cs: Added. Class to provide helper methods for other tests.
  14. * ConnectionManager.cs: Added. Class to manage connections