diff --git a/lib/modules/Crypto/testsuite.in b/lib/modules/Crypto/testsuite.in index 89d049bd0afd393a0531a9392c4325ad9efb51c4..a12123ea291ff5edbbc349890d52f2f736b0ba6b 100644 --- a/lib/modules/Crypto/testsuite.in +++ b/lib/modules/Crypto/testsuite.in @@ -1,4 +1,4 @@ -dnl $Id: testsuite.in,v 1.2 2003/01/04 00:36:26 nilsson Exp $ +dnl $Id: testsuite.in,v 1.3 2003/02/07 12:16:59 jhs Exp $ dnl Crypto.randomness @@ -35,4 +35,4 @@ test_do( C->set_rot_key(3, "ABCabc test_eq( C->encode("Abbas"), "a���s" ) test_eq( C->decode("a���s"), "Abbas" ) -test_do( add_constant("C") ) \ No newline at end of file +test_do( add_constant("C") ) diff --git a/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in b/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in index 312cd5a01451ecdcf1cd67f5a468692cb6951c42..cd4fec62a8c03b13911026d1574dc855aec2328a 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in +++ b/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in @@ -1,4 +1,4 @@ -// $Id: testsuite.in,v 1.1 2002/08/20 18:33:19 nilsson Exp $ +// $Id: testsuite.in,v 1.2 2003/02/07 12:16:59 jhs Exp $ define(graph_test, [[test_do([[ constant data = ([ "data": @@ -17,4 +17,4 @@ graph_test(pie) graph_test(sumbars) graph_test(line) graph_test(norm) -graph_test(graph) \ No newline at end of file +graph_test(graph) diff --git a/lib/modules/SSL.pmod/testsuite.in b/lib/modules/SSL.pmod/testsuite.in index e7ebba52d98626b2356f979e00d0e0a0a3ced112..deae05595ea49911b214b697106e8c6b3afee610 100644 --- a/lib/modules/SSL.pmod/testsuite.in +++ b/lib/modules/SSL.pmod/testsuite.in @@ -1,4 +1,4 @@ -dnl $Id: testsuite.in,v 1.1 2003/02/07 03:15:15 nilsson Exp $ +dnl $Id: testsuite.in,v 1.2 2003/02/07 12:16:59 jhs Exp $ test_any([[ #pike 7.4 @@ -8,4 +8,4 @@ return SSL.constants && 1; test_any([[ #pike 7.4 return SSL.cipher && 1; -]], 1) \ No newline at end of file +]], 1) diff --git a/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in b/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in index 271daf503af20dc1b0268e8ff5529b817bfbf54e..a69ca42fa2733be551365ae8ea9668f2a20eabd7 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in +++ b/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in @@ -1,4 +1,4 @@ -dnl $Id: testsuite.in,v 1.2 2003/01/29 14:47:02 marcus Exp $ +dnl $Id: testsuite.in,v 1.3 2003/02/07 12:16:59 jhs Exp $ dnl Tests from ITU-T Rec.X690 (07/2002) @@ -18,4 +18,4 @@ dnl "\6\3\201""4\3") dnl �8.21 test_eq( Standards.ASN1.Types.VisibleString("Jones")->get_der(), - "\32\5Jones" ) \ No newline at end of file + "\32\5Jones" ) diff --git a/lib/modules/String.pmod/testsuite.in b/lib/modules/String.pmod/testsuite.in index 432e8665f21816c9ea9776ec979e9565a8e4d6e9..5359edc2dcd986ddec351ce0d9e010ccd2879b42 100644 --- a/lib/modules/String.pmod/testsuite.in +++ b/lib/modules/String.pmod/testsuite.in @@ -1,4 +1,4 @@ -dnl $Id: testsuite.in,v 1.4 2002/12/29 22:31:21 nilsson Exp $ +dnl $Id: testsuite.in,v 1.5 2003/02/07 12:16:59 jhs Exp $ test_eq([[ String.Buffer()->add("xxx") ]], 3) test_any([[ @@ -265,4 +265,4 @@ test_any([[ #pike 7.2 return String.strmult("foo",4); ]], "foofoofoofoo") -test_eval_error( String.strmult("foo",4); ) \ No newline at end of file +test_eval_error( String.strmult("foo",4); ) diff --git a/src/post_modules/Unicode/testsuite.in b/src/post_modules/Unicode/testsuite.in index 979c89ebfe41b9747245e81e5108e9647d6ef610..1722dc74e9e741e9270df3ad10964bba70ce5407 100644 --- a/src/post_modules/Unicode/testsuite.in +++ b/src/post_modules/Unicode/testsuite.in @@ -2,4 +2,4 @@ test_tests( array(int) a() { return (array(int))(Process.popen(RUNPIKE+" \"SRCDIR/test.pike\" \"SRCDIR\"")/" "); } - ) \ No newline at end of file + )