From 10821969068e53f6f75f10a1d3dcdadde69a9920 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 15 Aug 2015 05:40:14 +0200 Subject: [PATCH] EntryID : fix test definition to account for the changed ID format The format of the string representation of EntryID was altered with the switch to our 'generic ID functions' in 1898d9 --- tests/41asset.tests | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/41asset.tests b/tests/41asset.tests index fe1e581d3..6daeaa629 100644 --- a/tests/41asset.tests +++ b/tests/41asset.tests @@ -34,14 +34,14 @@ END TEST "plain entry-ID" EntryID_test <-..proc.asset.+Dummy.\.001 -out: ID<..proc.asset.+Dummy.>-strange -out: ID<..proc.asset.+Dummy.>-..proc.asset.+Dummy.\.002 -out: ID-fork\.001 -out: ID-fork\.002 -out: ID-special -out: sizeof\( ..proc.asset.+EntryID.+mobject.+session.+Fork.+ \) = -out: sizeof\( ..proc.asset.+BareEntryID. \) = +out-lit: ID-Dummy.001 +out-lit: ID-strange +out-lit: ID-Dummy.002 +out-lit: ID-Fork.001 +out-lit: ID-Fork.002 +out-lit: ID-special +out: sizeof\( ..lib.idi.EntryID.+mobject.+session.+Fork.+ \) = +out: sizeof\( ..lib.idi.+BareEntryID. \) = return: 0 END