Skip to content

after delegate is not firing or not firing consistently #10

@KarsonAlford

Description

@KarsonAlford

As NCrunch runs tests other tests that use dates are being affected by the india culture set in the before of other tests.

I have not ran this in TFS or R# yet.

    before initialize = () =>
    {
        Thread.CurrentThread.CurrentCulture = new CultureInfo("te-IN");
    };

    after clean_up = () =>
    {
        Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
    };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions