Try out some nonsense with services being special-ish cased

This commit is contained in:
Lucien Greathouse
2018-07-02 18:34:12 -07:00
parent 8a26994084
commit bfe8dcd224
4 changed files with 64 additions and 9 deletions

View File

@@ -194,7 +194,9 @@ fn one_partition() {
assert_eq!(single_instance, &Cow::Borrowed(instance));
},
_ => {},
_ => {
panic!("Unexpected instance named {} of class {}", instance.name, instance.class_name);
},
}
}
@@ -388,5 +390,4 @@ fn one_partition() {
}
// TODO: Test to change existing instance
// TODO: Copy each project into temp dir before using them
}