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

Bug #1

Closed
armstrong1972 opened this issue Sep 27, 2017 · 1 comment
Closed

Bug #1

armstrong1972 opened this issue Sep 27, 2017 · 1 comment

Comments

@armstrong1972
Copy link

armstrong1972 commented Sep 27, 2017

ProgramTest.cs :
public void CopiesCorrectly(string from, string to, string nativeFolder, bool isFlat, string[] expected)
{
var outcome = Program.NativePluginInterceptor(new FileInfo(from), new FileInfo(to), new DirectoryInfo(nativeFolder), isFlat).Select(f => f.FullName).ToList();

        var expectedPaths = expected.Select(e => new FileInfo(e)).Select(f => f.FullName).ToList();
        Assert.Equal(expectedPaths, outcome);
    }

There is no last param "Architecture" to call NativePluginInterceptor function , it can't compile.

@Eusth
Copy link
Owner

Eusth commented Oct 8, 2018

Fixed it at last.

@Eusth Eusth closed this as completed Oct 8, 2018
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

2 participants