]> git.donarmstrong.com Git - biopieces.git/commitdiff
upgraded add_ident tests
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 12 May 2011 15:48:11 +0000 (15:48 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 12 May 2011 15:48:11 +0000 (15:48 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1402 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/out/add_ident.out.4 [new file with mode: 0644]
bp_test/test/test_add_ident

diff --git a/bp_test/out/add_ident.out.4 b/bp_test/out/add_ident.out.4
new file mode 100644 (file)
index 0000000..4e7667e
--- /dev/null
@@ -0,0 +1,12 @@
+ID: ID00000005
+SEQ: ATACGTCAG
+---
+ID: ID00000006
+SEQ: AGCATGAC
+---
+ID: ID00000007
+SEQ: GACTG
+---
+ID: ID00000008
+SEQ: AAATGCA
+---
index 6e32ab6be91e9329e68420dc6c1060b0f41cda65..e6f59bd445c021e3009ffbed38040df58900db13 100755 (executable)
@@ -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