aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/cache.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-12-26 04:34:11 -0400
committerEduardo Julian2020-12-26 04:34:11 -0400
commit92dca9f487c625d27f6c291784ef709b0cc13a72 (patch)
tree6330635a19bb582d86f4402a9594dea4a1ab3fa0 /stdlib/source/test/aedifex/cache.lux
parent4ca397765805eda5ddee393901ed3a02001a960a (diff)
Some renamings.
Diffstat (limited to 'stdlib/source/test/aedifex/cache.lux')
-rw-r--r--stdlib/source/test/aedifex/cache.lux12
1 files changed, 7 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/cache.lux b/stdlib/source/test/aedifex/cache.lux
index c4c2d044f..bc436733b 100644
--- a/stdlib/source/test/aedifex/cache.lux
+++ b/stdlib/source/test/aedifex/cache.lux
@@ -40,7 +40,9 @@
["#." dependency (#+ Dependency)
["#/." resolution (#+ Resolution)]]
["#." artifact (#+ Artifact)
- ["#/." type (#+ Type)]]]]})
+ ["#/." type (#+ Type)]]
+ ["#." repository #_
+ ["#/." origin]]]]})
(def: type
(Random Type)
@@ -72,7 +74,7 @@
content ..content]
(wrap [{#//dependency.artifact identity
#//dependency.type type}
- (set@ #//package.origin #//package.Remote (//package.local pom content))])))
+ (set@ #//package.origin (#//repository/origin.Remote "") (//package.local pom content))])))
(def: resolution
(Random Resolution)
@@ -92,7 +94,7 @@
..profile)
content ..content]
(wrap [dependency
- (set@ #//package.origin #//package.Remote (//package.local pom content))])))))]
+ (set@ #//package.origin (#//repository/origin.Remote "") (//package.local pom content))])))))]
(wrap (dictionary.from_list //dependency.hash (list& [main_dependency main_package] dependencies)))))
(def: singular
@@ -113,7 +115,7 @@
[_ wrote!
actual_package read!]
(wrap (\ //package.equivalence =
- (set@ #//package.origin #//package.Local expected_package)
+ (set@ #//package.origin (#//repository/origin.Local "") expected_package)
actual_package)))))))))
(def: plural
@@ -135,7 +137,7 @@
actual read!]
(wrap (\ //dependency/resolution.equivalence =
(\ dictionary.functor map
- (set@ #//package.origin #//package.Local)
+ (set@ #//package.origin (#//repository/origin.Local ""))
expected)
actual)))))))))