From c0ea846d6fcacd4dcf6bc840586b04242ba1371d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Oct 2022 17:48:12 -0400 Subject: [PATCH] Check heavensward expansion patch files now --- tests/integration_test.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 2157c35..24e7f20 100755 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -130,7 +130,11 @@ fn test_patching() { "game/H2017.06.06.0000.0001m.patch", "game/H2017.06.06.0000.0001n.patch", "game/D2017.07.11.0000.0001.patch", - "game/D2017.09.24.0000.0001.patch"]; + "game/D2017.09.24.0000.0001.patch", + "ex1/H2017.06.01.0000.0001a.patch", + "ex1/H2017.06.01.0000.0001b.patch", + "ex1/H2017.06.01.0000.0001c.patch", + "ex1/H2017.06.01.0000.0001d.patch"]; println!("Boot patching is now complete. Now running game patching...");