Tiqr / tiqr

Obsolete Github repo for the tiqr.org project. Note that the repository is split into several individual repos, all with a tiqr- prefix
35 stars 16 forks source link

Does the test suite build? #34

Open SyntaxPolice opened 11 years ago

SyntaxPolice commented 11 years ago

The test suite here: https://github.com/SURFnet/tiqr/blob/master/Android/MobileAuthTest/src/nl/surfnet/authenticator/test/AuthenticationChallengeTest.java

Includes this import: import org.tiqr.authenticator.datamodel.Service;

But that class does not appear to be part of the datamodel sub-package: https://github.com/SURFnet/tiqr/tree/master/Android/MobileAuth/src/org/tiqr/authenticator/datamodel

So the test suite does not appear to build.