<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-05-20)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * termios08/init.c: Fixed parameter to avoid test failure.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.268&r2=text&tr2=1.269&diff_format=h">M</a></td><td width='1%'>1.269</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/termios08/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>testsuites/libtests/termios08/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.268 rtems/testsuites/libtests/ChangeLog:1.269
--- rtems/testsuites/libtests/ChangeLog:1.268   Fri May 20 05:04:31 2011
+++ rtems/testsuites/libtests/ChangeLog Fri May 20 05:30:27 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-05-20        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * termios08/init.c: Fixed parameter to avoid test failure.
+
+2011-05-20     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
        rtems++/Task3.cc: Added HAVE_CONFIG_H.
 

<font color='#006600'>diff -u rtems/testsuites/libtests/termios08/init.c:1.2 rtems/testsuites/libtests/termios08/init.c:1.3
--- rtems/testsuites/libtests/termios08/init.c:1.2      Tue Feb 22 01:34:08 2011
+++ rtems/testsuites/libtests/termios08/init.c  Fri May 20 05:30:28 2011
</font><font color='#997700'>@@ -130,7 +130,7 @@
</font>   read_it( 1 );
 
   puts( "Enqueue 7 characters" );
<font color='#880000'>-  termios_test_driver_set_rx( "1234567", 1 );
</font><font color='#000088'>+  termios_test_driver_set_rx( "1234567", 7 );
</font>   read_it( 5 );
   read_it( 2 );
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>