Mercurial > hg > audiodb
diff tests/test-utils.sh @ 193:f9d16137e704
Merge powertable branch -r168:227 to trunk.
author | mas01cr |
---|---|
date | Wed, 21 Nov 2007 11:35:44 +0000 |
parents | e6cdee24d6c3 |
children | e21cc48ddf4d |
line wrap: on
line diff
--- a/tests/test-utils.sh Tue Nov 13 17:14:21 2007 +0000 +++ b/tests/test-utils.sh Wed Nov 21 11:35:44 2007 +0000 @@ -30,8 +30,12 @@ case ${arg} in 0) printf "\x00\x00\x00\x00\x00\x00\x00\x00";; + -0.5) + printf "\x00\x00\x00\x00\x00\x00\xe0\xbf";; 0.5) printf "\x00\x00\x00\x00\x00\x00\xe0\x3f";; + -1) + printf "\x00\x00\x00\x00\x00\x00\xf0\xbf";; 1) printf "\x00\x00\x00\x00\x00\x00\xf0\x3f";; *)