From 130ed8b78b843c7c4055ad5a12b8692b085c715d Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 5 Mar 2025 14:47:40 +0100 Subject: [PATCH] test: Add TODO comment for future METADATA and RECORD file verification --- libs/patchwheel/patch_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/patchwheel/patch_test.go b/libs/patchwheel/patch_test.go index 13b89d832..5bc1cb433 100644 --- a/libs/patchwheel/patch_test.go +++ b/libs/patchwheel/patch_test.go @@ -188,6 +188,12 @@ func TestPrebuilt(t *testing.T) { _, err = os.Stat(outname) require.NoError(t, err) + + // XXX unpack METADATA and RECORD + // AI TODO: + // - read zip archive outname + // - find location of METADATA and RECORD files + // - compare contents of METADATA and RECORD with predefined strings } func errPatchWheel(t *testing.T, name, out string) {