From: martinahansen Date: Thu, 12 May 2011 15:48:11 +0000 (+0000) Subject: upgraded add_ident tests X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f3d438a7461086e7d74a415aa70784be4d4aad5c;p=biopieces.git upgraded add_ident tests git-svn-id: http://biopieces.googlecode.com/svn/trunk@1402 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/out/add_ident.out.4 b/bp_test/out/add_ident.out.4 new file mode 100644 index 0000000..4e7667e --- /dev/null +++ b/bp_test/out/add_ident.out.4 @@ -0,0 +1,12 @@ +ID: ID00000005 +SEQ: ATACGTCAG +--- +ID: ID00000006 +SEQ: AGCATGAC +--- +ID: ID00000007 +SEQ: GACTG +--- +ID: ID00000008 +SEQ: AAATGCA +--- diff --git a/bp_test/test/test_add_ident b/bp_test/test/test_add_ident index 6e32ab6..e6f59bd 100755 --- a/bp_test/test/test_add_ident +++ b/bp_test/test/test_add_ident @@ -13,3 +13,7 @@ clean run "$bp -I $in -p PREFIX -O $tmp" assert_no_diff $tmp $out.3 clean + +run "$bp -I $in -o 5 -O $tmp" +assert_no_diff $tmp $out.4 +clean