1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/archive
Alexander Larsson f7238f94e8 Add tests for the changes detection code
This adds 3 tests:

Verify that ChangesDirs() returns nothing when run on a copy of the
same directory.

Verify that various mutations of a directory get reported with the
right changes.

Verify that ExportChanges() + ApplyLayer() of the above mutation gets
an identical directory.

Unfortunately the last test is disabled because it fails in multiple
ways atm. But I want to get it in so that we can fix it.
2013-11-15 09:49:46 +01:00
..
archive.go Allow drivers to implement ApplyDiff in Differ interface 2013-11-11 19:09:57 -08:00
archive_test.go Allow drivers to implement ApplyDiff in Differ interface 2013-11-11 19:09:57 -08:00
changes.go Use ExportChanges() in runtime.Diff() 2013-11-15 09:49:42 +01:00
changes_test.go Add tests for the changes detection code 2013-11-15 09:49:46 +01:00
diff.go ApplyLayer() use RemoveAll to handle removing directories 2013-11-14 22:56:18 +01:00
MAINTAINERS Move archive.go to sub package 2013-10-31 16:57:45 -07:00