Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697689
D5527.id19775.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
837 B
Subscribers
None
D5527.id19775.diff
View Options
diff --git a/swh/model/tests/swh_model_data.py b/swh/model/tests/swh_model_data.py
--- a/swh/model/tests/swh_model_data.py
+++ b/swh/model/tests/swh_model_data.py
@@ -104,7 +104,7 @@
REVISIONS = [
Revision(
- id=hash_to_bytes("4ca486e65eb68e4986aeef8227d2db1d56ce51b3"),
+ id=hash_to_bytes("66c7c1cd9673275037140f2abff7b7b11fc9439c"),
message=b"hello",
date=DATES[0],
committer=COMMITTERS[0],
@@ -114,7 +114,10 @@
directory=b"\x01" * 20,
synthetic=False,
metadata=None,
- parents=(),
+ parents=(
+ hash_to_bytes("9b918dd063cec85c2bc63cc7f167e29f5894dcbc"),
+ hash_to_bytes("757f38bdcd8473aaa12df55357f5e2f1a318e672"),
+ ),
),
Revision(
id=hash_to_bytes("677063f5c405d6fc1781fc56379c9a9adf43d3a0"),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 18, 12:38 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3227531
Attached To
D5527: swh_model_data: add parents to test revision
Event Timeline
Log In to Comment