Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Failures #4

Open
SAnsell opened this issue Jan 30, 2014 · 1 comment
Open

Test Failures #4

SAnsell opened this issue Jan 30, 2014 · 1 comment
Assignees

Comments

@SAnsell
Copy link
Owner

SAnsell commented Jan 30, 2014

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.

@ghost ghost assigned SAnsell Jan 30, 2014
@SAnsell SAnsell closed this as completed Jan 30, 2014
@SAnsell SAnsell reopened this Jan 30, 2014
SAnsell added a commit that referenced this issue Feb 15, 2014
   -- 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.
@SAnsell
Copy link
Owner Author

SAnsell commented Feb 17, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant