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

Feature/msgpacktoken test #102

Merged
merged 4 commits into from
Mar 21, 2017
Merged

Conversation

roman-kozachenko
Copy link
Contributor

Fixes #76

end
function log_auth_ok (user_name)
local m = 'Authenticated user ' .. user_name
log.info(m)
local m = 'Authenticated user ' .. user_name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want tabs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I remember, we decided to use tabs in lua files.


namespace ProGaudi.Tarantool.Client.Tests
{
public class TestBase
{
public async Task ClearDataAsync()
public async Task ClearDataAsync(string[] spaceNames)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

params string[] and refactor accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -27,5 +27,9 @@
<PackageReference Include="Shouldly" Version="2.8.2" />
<ProjectReference Include="..\..\src\progaudi.tarantool\progaudi.tarantool.csproj" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That service

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@roman-kozachenko
Copy link
Contributor Author

Fix #76 and #70

@roman-kozachenko roman-kozachenko merged commit b539c65 into master Mar 21, 2017
@roman-kozachenko roman-kozachenko deleted the feature/msgpacktoken-test branch March 21, 2017 13:18
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

Successfully merging this pull request may close these issues.

2 participants