chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23565b3
)
at-otter: Swap bundles and put-back
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 3 May 2021 17:00:16 +0000
(18:00 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 3 May 2021 17:01:32 +0000
(18:01 +0100)
This leaves us with a bundle in the test game.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs
patch
|
blob
|
history
diff --git
a/apitest/at-otter.rs
b/apitest/at-otter.rs
index 541e01650799c3dda741d53dbe115cdf84cc0549..5b2206aaac0d67acf4fe79135b3524de863728c6 100644
(file)
--- a/
apitest/at-otter.rs
+++ b/
apitest/at-otter.rs
@@
-718,8
+718,8
@@
fn tests(mut c: Ctx) {
test!(c, "library-load", c.chdir_root(|c| c.library_load() ));
test!(c, "hidden-hand", c.hidden_hand() ?);
test!(c, "specs", c.chdir_root(|c| c.specs() ));
- test!(c, "bundles", c.bundles() ?);
test!(c, "put-back", c.put_back() ?);
+ test!(c, "bundles", c.bundles() ?);
}
#[throws(AE)]