##// END OF EJS Templates
scm: git: add unit adapter test of annotate invalid path (#8767)....
Toshi MARUYAMA -
r6073:e510f2e29e60
parent child
Show More
@@ -380,6 +380,10 begin
380 380 assert_nil @adapter.diff(nil, 'abcd1234efgh', '713f4944648826f5')
381 381 end
382 382
383 def test_annotate_path_invalid
384 assert_nil @adapter.annotate('invalid')
385 end
386
383 387 private
384 388
385 389 def test_scm_version_for(scm_command_version, version)
General Comments 0
You need to be logged in to leave comments. Login now