Revision: 50635
http://brlcad.svn.sourceforge.net/brlcad/?rev=50635&view=rev
Author: tbrowder2
Date: 2012-05-23 03:00:28 +0000 (Wed, 23 May 2012)
Log Message:
-----------
add another vls regression test
Modified Paths:
--------------
brlcad/trunk/src/libbu/test_vls.c
Modified: brlcad/trunk/src/libbu/test_vls.c
===================================================================
--- brlcad/trunk/src/libbu/test_vls.c 2012-05-22 22:03:07 UTC (rev 50634)
+++ brlcad/trunk/src/libbu/test_vls.c 2012-05-23 03:00:28 UTC (rev 50635)
@@ -189,6 +189,9 @@
/* from "two-character length modifiers" */
fails += test_vls("%ld %lld", 123, -123);
+ /* unsigned variant */
+ fails += test_vls("%lu %llu", 123, 123);
+
/* ======================================================== */
/* EXPECTED FAILURES ONLY BELOW HERE */
/* ======================================================== */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits