ChangeLog 660 B

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