Skip to content

NetCash.Tests.LotFixture.Can_Scrub_Accounts fails (in GnuCash 5.9) #5

Open
@gamorris

Description

@gamorris

Trying to run the unit tests with GnuCash 5.9, I am getting a failure in LotFixture.Can_Scrub_Accounts:

      Message: 
        Assert.True() Failure
        Expected: True
        Actual:   False

      Stack Trace: 
        LotFixture.Can_Scrub_Accounts(TestingBook testingBook) line 6

That assertion appears to be the main one of the test:

  // every lot should be closed
  Assert.True(allLots.Select(x => x.Closed).Aggregate((a, b) => a && b));

Unfortunately I don't really understand "scrubbing" in GnuCash so I can't offer very much here.

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