diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-12-06 16:16:13 +0100 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-12-06 16:16:13 +0100 |
commit | 93adb5b673c1cf6d3abdb287d349ffad11ed7665 (patch) | |
tree | 3a996fd51e7b388e3c331478823efc926da9f148 /TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj | |
parent | 50beaba8291c1e777d5a63bb19400a260712f837 (diff) | |
download | TwoStepsAuthenticator-93adb5b673c1cf6d3abdb287d349ffad11ed7665.zip TwoStepsAuthenticator-93adb5b673c1cf6d3abdb287d349ffad11ed7665.tar.gz TwoStepsAuthenticator-93adb5b673c1cf6d3abdb287d349ffad11ed7665.tar.bz2 |
Documentation update
Code review
Diffstat (limited to 'TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj')
-rw-r--r-- | TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj b/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj index aa38917..38fce5d 100644 --- a/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj +++ b/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj @@ -51,6 +51,7 @@ </ItemGroup> <ItemGroup> <Compile Include="CounterAuthenticatorTests.cs" /> + <Compile Include="MockUsedCodesManager.cs" /> <Compile Include="TimeAuthenticatorTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UsedCodesManagerTests.cs" /> |