Closed WavEC closed 7 years ago
Hi, I'm having a little trouble validating this one because of issue #16.
Is the "Jetting capability [yes/no]" column set in the "Installation Equipment: Cable Burial Data" table? We don't check for completeness of tables, just that some data has been entered.
It might be something to consider validating that the entered data is complete.
This column was set in the Equipment database. If it was implemented in the end in the core, we cannot say...
How were you testing it then?
OK, so assuming this test proceeded using the example database, the values for "Jetting capability [yes/no]" are stored as a boolean, whereas the interface is expecting a string.
This highlights the issue with type mismatch in blank tables, so I think its important to try and define and implement column types as a long term goal.
I was trying to test the Logistics/Installation module. When i try to run the tool, it says PASSED on the inputs and gives green light for the run but however, returns an error shortly after. The error is the following:
I tried to have a look at the different scripts it mentions but could not trace the source of the error. Just for testing, I commented out the part of the cable burial but the same error appeared.