Procházet zdrojové kódy

Fixed srv-commands tests.

Joshua Rutschmann před 7 roky
rodič
revize
0534620593
1 změnil soubory, kde provedl 2 přidání a 7 odebrání
  1. 2
    7
      hw9/task2/srv-commands/tests/srv-commands.rs

+ 2
- 7
hw9/task2/srv-commands/tests/srv-commands.rs Zobrazit soubor

@@ -1,13 +1,8 @@
1 1
 #[cfg(test)]
2 2
 
3 3
 mod tests {
4
-
5
-    extern crate task1;
6
-
7
-    use self::task1::Command;
8
-    use self::task1::ErrorType;
9
-    use self::task1::parse;
10
-    use self::task1::ParseError;
4
+	extern crate srv_commands;
5
+    use srv_commands::*;
11 6
 
12 7
     #[test]
13 8
     fn empty_returns_correct_command() {

Loading…
Zrušit
Uložit