Update of /cvsroot/playerstage/code/player/client_libs/libplayerc/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7758

Modified Files:
        test_imu.c 
Log Message:
very small test_imu changes.


Index: test_imu.c
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/test/test_imu.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_imu.c  12 Sep 2006 18:11:39 -0000      1.3
--- test_imu.c  18 Sep 2006 13:40:29 -0000      1.4
***************
*** 11,15 ****
  int test_imu (playerc_client_t *client, int index)
  {
!   int t, i, j;
    void *rdevice;
    playerc_imu_t *device;
--- 11,15 ----
  int test_imu (playerc_client_t *client, int index)
  {
!   int t;
    void *rdevice;
    playerc_imu_t *device;
***************
*** 53,57 ****
    else
    {
!     sleep (3);
      PASS ();
    }
--- 53,57 ----
    else
    {
!     usleep(3000000);
      PASS ();
    }


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to