Skip to content

Commit

Permalink
Add another test for empty folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 11, 2016
1 parent a004a37 commit 3d8da25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ContentSync.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ public void TestSyncBasic()
Folder("unused1"),
Folder("unused2",
File("unused.txt", ""))));
T(
Folder("A",
Folder("A1",
Folder("A11"))),
Folder("B",
Folder("B1",
Folder("B11"),
Folder("B12"))));
}

private void T(Folder source, Folder destination)
Expand Down

0 comments on commit 3d8da25

Please sign in to comment.