Page MenuHomePhabricator

D4250.diff
No OneTemporary

D4250.diff

diff --git a/services/commtest/tests/backup_test.rs b/services/commtest/tests/backup_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/backup_test.rs
@@ -0,0 +1,7 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+#[tokio::test]
+async fn backup_test() {
+ assert!(false, "not implemented");
+}
diff --git a/services/commtest/tests/blob_test.rs b/services/commtest/tests/blob_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/blob_test.rs
@@ -0,0 +1,7 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+#[tokio::test]
+async fn blob_test() {
+ assert!(false, "not implemented");
+}
diff --git a/services/commtest/tests/tunnelbroker_test.rs b/services/commtest/tests/tunnelbroker_test.rs
new file mode 100644
--- /dev/null
+++ b/services/commtest/tests/tunnelbroker_test.rs
@@ -0,0 +1,7 @@
+#[path = "./lib/tools.rs"]
+mod tools;
+
+#[tokio::test]
+async fn tunnelbroker_test() {
+ assert!(false, "not implemented");
+}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 8:10 PM (21 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2678742
Default Alt Text
D4250.diff (959 B)

Event Timeline