mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 07:16:45 +08:00
feat: track official versions and import resources
Persist official version-state, extend CAS/ResourceRepository import classification, and add offline catalog and failure regression fixtures. Fixes #13 Fixes #12 Fixes #8
This commit is contained in:
@@ -965,8 +965,8 @@ mod tests {
|
||||
};
|
||||
|
||||
let delta = current.diff(Some(&previous));
|
||||
assert!(delta.connection_group_changed == false);
|
||||
assert!(delta.app_version_changed == false);
|
||||
assert!(!delta.connection_group_changed);
|
||||
assert!(!delta.app_version_changed);
|
||||
assert!(delta.bundle_version_changed);
|
||||
assert!(delta.addressables_root_changed);
|
||||
assert!(delta.root_token_changed);
|
||||
|
||||
Reference in New Issue
Block a user