Revision: 51705
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51705&view=rev
Author:   starseeker
Date:     2012-07-29 19:52:05 +0000 (Sun, 29 Jul 2012)
Log Message:
-----------
Turn off these two progname tests until it is clear what the expected behavior 
should be.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tests/bu_progname.c

Modified: brlcad/trunk/src/libbu/tests/bu_progname.c
===================================================================
--- brlcad/trunk/src/libbu/tests/bu_progname.c  2012-07-29 19:49:09 UTC (rev 
51704)
+++ brlcad/trunk/src/libbu/tests/bu_progname.c  2012-07-29 19:52:05 UTC (rev 
51705)
@@ -106,6 +106,11 @@
        pass++;
     }
 
+/* These two tests only make sense if bu_setprogname is supposed to override
+ * a program name from argv0 - until that is decided (and if so decided, the
+ * behavior of bu_setprogname and bu_getprogname needs to be made to match 
that)
+ * turn off these two tests.*/
+#if 0
     /* CASE 5: set 2x, then get */
     label = "CASE 5";
     bu_setprogname(av[0]);
@@ -133,7 +138,7 @@
        printf("%24s -> %24s (should be: %s) [FAIL]\n", label, res, ans);
        pass++;
     }
-
+#endif
     return pass;
 }
 

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

Reply via email to