Revision: 40863
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40863&view=rev
Author:   davidloman
Date:     2010-09-29 19:13:16 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Update test for CAPS change in NetMsgTypes.h

Modified Paths:
--------------
    rt^3/trunk/tests/libNet/netMsgSerialTest.cxx

Modified: rt^3/trunk/tests/libNet/netMsgSerialTest.cxx
===================================================================
--- rt^3/trunk/tests/libNet/netMsgSerialTest.cxx        2010-09-29 19:11:47 UTC 
(rev 40862)
+++ rt^3/trunk/tests/libNet/netMsgSerialTest.cxx        2010-09-29 19:13:16 UTC 
(rev 40863)
@@ -164,10 +164,10 @@
        testMsg(&msg102, "GeometryManifestMsg-Reply");
 
        /* Test Normal */
-       GeometryReqMsg msg111(ReqByFilePath, "/path/to/a/geometry/resource");
+       GeometryReqMsg msg111(REQ_BY_PATH, "/path/to/a/geometry/resource");
        testMsg(&msg111, "GeometryReqMsg-Normal");
        /* Test Reply */
-       GeometryReqMsg msg112(&msg111, ReqByFilePath,
+       GeometryReqMsg msg112(&msg111, REQ_BY_PATH,
                        "/path/to/a/geometry/resource");
        testMsg(&msg112, "GeometryReqMsg-Reply");
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to