ChangeLog 487 B

123456789101112131415
  1. 2005-09-16 Senganal T <[email protected]>
  2. * DataProvider.cs : Provides data for validation
  3. DataProvider provides the data that is used for
  4. validating Sq[DataReader. Currently it uses a dataset
  5. to fill data from the database. Will be modified later to
  6. get the values from a config file.
  7. 2005-09-01 Sureshkumar T <[email protected]>
  8. * DBHelper.cs: Added. Class to provide helper methods for other tests.
  9. * ConnectionManager.cs: Added. Class to manage connections