Browse Source

Unified test id, removing spaces and using dots

Leo 9 years ago
parent
commit
76961eca55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/test/edit_t.ml

+ 2 - 2
src/test/edit_t.ml

@@ -132,8 +132,8 @@ let gmt_l =
 
 (* To be used in test.ml *)
 let alco = [( "Edit_command.ml: Epur", llt_l ) ;
-  ( "Edit_command.ml: New list", ( big :: lt_l ) ) ;
-  ( "Edit_command.ml: Modification summary", gmt_l )
+  ( "Edit_command.ml.New list", ( big :: lt_l ) ) ;
+  ( "Edit_command.ml.Modification summary", gmt_l )
 ];;