A new version of Tests was added to project The Inbox:
http://source.squeak.org/inbox/Tests-dtl.432.mcz ==================== Summary ==================== Name: Tests-dtl.432 Author: dtl Time: 14 April 2020, 12:07:20.397783 am UUID: d99b96a1-f76b-40a5-862e-5412cef7919f Ancestors: Tests-dtl.431 Add a UUID identifier field to MCConfigurationExtended =============== Diff against Tests-dtl.431 =============== Item was changed: ----- Method: MCConfigurationTest>>sampleMcmFileContentsExtended (in category 'running') ----- sampleMcmFileContentsExtended "Contents of an MCM file with multiple repositories and dependencies, as saved in the extended MCM file storage format" "MCConfigurationTest new sampleMcmFileContentsExtended" ^ '( name ''update.V3-dtl.464'' repository (''http://source.squeak.org/trunk'') repository (''http://www.squeaksource.com/TrunkUpdateStreamV3'') dependency (''Kernel'' ''Kernel.V3-dtl.1319'' ''18bad077-f877-4b68-bcfd-04716bdd807d'') dependency (''Compiler'' ''Compiler.V3-dtl.419'' ''353d296d-24a6-49f2-9b44-e8f8e216ec35'') dependency (''Collections'' ''Collections.V3-dtl.882'' ''9c3d454c-d010-49b7-b52d-c82a89ad9c71'') dependency (''Monticello'' ''Monticello-nice.716'' ''a1f8545a-b4f8-4bae-b349-e8bbba23816e'') dependency (''Files'' ''Files-pre.183'' ''c7d0c859-2531-464e-87d8-3b580249731b'') dependency (''Sound'' ''Sound-dtl.68'' ''c7b5a141-2b1b-4d24-ab88-0a96dd78600b'') mcmVersion ''2'' + id ''891fc3c1-a046-4f61-81f3-49444f8d7906'' authorInitials ''dtl'' timeStamp ''2020-04-10T15:00:06.887746-04:00'' comment ''A comment describing this version of the configuration map'' ) ' ! Item was changed: ----- Method: MCConfigurationTest>>sampleMcmFileContentsWithHistory (in category 'running') ----- sampleMcmFileContentsWithHistory "Contents of an MCM file with multiple repositories and dependencies and two prior versions in its history." "MCConfigurationTest new sampleMcmFileContentsWithHistory" ^ '( name ''update.V3-dtl.464'' repository (''http://source.squeak.org/trunk'') repository (''http://www.squeaksource.com/TrunkUpdateStreamV3'') dependency (''Kernel'' ''Kernel.V3-dtl.1319'' ''18bad077-f877-4b68-bcfd-04716bdd807d'') dependency (''Compiler'' ''Compiler.V3-dtl.419'' ''353d296d-24a6-49f2-9b44-e8f8e216ec35'') dependency (''Collections'' ''Collections.V3-dtl.882'' ''9c3d454c-d010-49b7-b52d-c82a89ad9c71'') dependency (''Monticello'' ''Monticello-nice.716'' ''a1f8545a-b4f8-4bae-b349-e8bbba23816e'') dependency (''Files'' ''Files-pre.183'' ''c7d0c859-2531-464e-87d8-3b580249731b'') dependency (''Sound'' ''Sound-dtl.68'' ''c7b5a141-2b1b-4d24-ab88-0a96dd78600b'') mcmVersion ''2'' + id ''891fc3c1-a046-4f61-81f3-49444f8d7906'' authorInitials ''dtl'' timeStamp ''2020-04-10T15:00:06-04:00'' comment ''A comment describing this version of the configuration map'' Xname ''update.V3-dtl.464'' Xrepository (''http://source.squeak.org/trunk'') Xrepository (''http://www.squeaksource.com/TrunkUpdateStreamV3'') Xdependency (''Kernel'' ''Kernel.V3-dtl.1319'' ''18bad077-f877-4b68-bcfd-04716bdd807d'') Xdependency (''Compiler'' ''Compiler.V3-dtl.419'' ''353d296d-24a6-49f2-9b44-e8f8e216ec35'') Xdependency (''Collections'' ''Collections.V3-dtl.882'' ''9c3d454c-d010-49b7-b52d-c82a89ad9c71'') Xdependency (''Monticello'' ''Monticello-nice.716'' ''a1f8545a-b4f8-4bae-b349-e8bbba23816e'') Xdependency (''Files'' ''Files-pre.183'' ''c7d0c859-2531-464e-87d8-3b580249731b'') Xdependency (''Sound'' ''Sound-dtl.68'' ''9c3d454c-d010-49b7-b52d-c82a89ad9c71'') XmcmVersion ''2'' + Xid ''d5bf283d-56f9-462d-9434-5cd8f074ab6d'' XauthorInitials ''dtl'' XtimeStamp ''2020-04-10T15:00:08.887746-04:00'' Xcomment ''A comment describing the prior version of the configuration map'' Xname ''update.V3-dtl.464'' Xrepository (''http://source.squeak.org/trunk'') Xrepository (''http://www.squeaksource.com/TrunkUpdateStreamV3'') Xdependency (''Kernel'' ''Kernel.V3-dtl.1319'' ''18bad077-f877-4b68-bcfd-04716bdd807d'') Xdependency (''Compiler'' ''Compiler.V3-dtl.419'' ''353d296d-24a6-49f2-9b44-e8f8e216ec35'') Xdependency (''Collections'' ''Collections.V3-dtl.882'' ''9c3d454c-d010-49b7-b52d-c82a89ad9c71'') Xdependency (''Monticello'' ''Monticello-nice.716'' ''a1f8545a-b4f8-4bae-b349-e8bbba23816e'') Xdependency (''Files'' ''Files-pre.183'' ''c7d0c859-2531-464e-87d8-3b580249731b'') Xdependency (''Sound'' ''Sound-dtl.68'' ''c7b5a141-2b1b-4d24-ab88-0a96dd78600b'') ) '! Item was changed: ----- Method: MCConfigurationTest>>sampleMcmStorageArrayExtended (in category 'running') ----- sampleMcmStorageArrayExtended "An extended format MCM array with no prior versions" "MCConfigurationTest new sampleMcmStorageArrayExtended" ^ self sampleMcmStorageArray, # ( #mcmVersion '2' + #id '891fc3c1-a046-4f61-81f3-49444f8d7906' #authorInitials 'dtl' #timeStamp '2020-04-10T15:00:06.887746-04:00' #comment 'A comment describing this version of the configuration map' ) ! |
Free forum by Nabble | Edit this page |