I was trying out my lab1 on the test and I am getting an unforseen error.
It tries to find A - adds B,1 - tries to find A,B,C - adds D,3 - tries to find A, B and then fails with "Error wrong result: null".
Just to make sure I understand this output correctly, it fails when trying to find "B" correct (which it has managed to find before)?
I am asking since when I try to reproduce this error with a book-input of my own this does not occur - even if I try to build it like the test.class.
Stefan