connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

Tier 2 SQL Properties does not include database.engine #15

Closed theo-gherman closed 4 years ago

theo-gherman commented 4 years ago

Describe the bug SQL Properties has the connection url, username and password to be added but does not have a fiield for database.engine even though it is called in TestConfiguration.java at line 46

To Reproduce Steps to reproduce the behavior:

  1. Go to RevassessTier2\src\sql\setup.properties
  2. Scroll down to line 7
  3. database.engine=postgresql should be added

Expected behavior RevassessTier2\src\test\java\com\tier2\config\TestConfiguration.java line 46 calls database.engine that should be specified in RevassessTier2\src\sql\setup.properties

connellrobert commented 4 years ago

fixed