From f3d438a7461086e7d74a415aa70784be4d4aad5c Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 12 May 2011 15:48:11 +0000 Subject: [PATCH] upgraded add_ident tests git-svn-id: http://biopieces.googlecode.com/svn/trunk@1402 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/out/add_ident.out.4 | 12 ++++++++++++ bp_test/test/test_add_ident | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 bp_test/out/add_ident.out.4 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 -- 2.39.5