You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously unit tests are suppose to work. Here we have a mix of real unit tests, and a mixture of longer acceptance/functional tests.
Some don't work and some produce too much junk on the screen without actually doing any testing.
To find the first test that doesn't work do
./testMain -1 -1 -1
Failure is currently on testCone == side. [test : 3 1 2]
Anyone fixing a test would be most appreciated. I am slowly endeavoring to fix them myself. The best bit about the tests is many function as mini-tutorials on an aspect of CombLayer.
The text was updated successfully, but these errors were encountered:
-- This fixes some (but not all) of the tests.
Main fixes are from the tests not correctly using
newer interfaces or other such things.
-- Additional fix because I wanted to display the bilbau model
and added that to the main list along with fixing the materials
naming issue by changing "Aluminium6061" to "Aluminium".
-- Started adjusting the position of the pipes in the ESS moderator
sample.
An update - I have fixed all the tests except the Rules test [general test number 13 ]. That I am trying to figure out if the test or the code is wrong. But progress if not complete success.
Obviously unit tests are suppose to work. Here we have a mix of real unit tests, and a mixture of longer acceptance/functional tests.
Some don't work and some produce too much junk on the screen without actually doing any testing.
To find the first test that doesn't work do
./testMain -1 -1 -1
Failure is currently on testCone == side. [test : 3 1 2]
Anyone fixing a test would be most appreciated. I am slowly endeavoring to fix them myself. The best bit about the tests is many function as mini-tutorials on an aspect of CombLayer.
The text was updated successfully, but these errors were encountered: