#1868 - Change the Metric "sqlHash" into a hash of the SQL + name + location

This commit is contained in:
rob bygrave
2019-11-20 20:15:32 +13:00
parent 88839f7613
commit eb292e017e
19 changed files with 256 additions and 31 deletions
@@ -32,7 +32,7 @@ public class TestDbArray_basic extends BaseTestCase {
public void insert() throws SQLException {
bean.setName("some stuff");
assertThat(bean.getStatuses()).isNotNull();
assertThat(bean.getStatuses()).as("DbArray is auto initialised").isNotNull();
List<String> phNumbers = bean.getPhoneNumbers();
phNumbers.add("4321");