Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/test


Modified Files:
        test.c 


Log Message:
Mon Feb  2 17:22:42 2004                        Michael Jennings (mej)

More cleanups.  And yes, I know "make test" doesn't work.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/test/test.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- test.c      30 Jan 2004 22:55:19 -0000      1.34
+++ test.c      2 Feb 2004 22:21:23 -0000       1.35
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: test.c,v 1.34 2004/01/30 22:55:19 mej Exp $";
+static const char cvs_ident[] = "$Id: test.c,v 1.35 2004/02/02 22:21:23 mej Exp $";
 
 #if defined(HAVE_CONFIG_H) && (HAVE_CONFIG_H != 0)
 # include <config.h>
@@ -894,7 +894,6 @@
     TEST_FAIL_IF(!SPIF_CMP_IS_EQUAL(spif_str_cmp_with_ptr(spif_tok_get_src(testtok), 
tmp2)));
     teststr = spif_str_new_from_ptr(":");
     spif_tok_set_sep(testtok, teststr);
-    spif_str_del(teststr);
     spif_tok_eval(testtok);
     testlist = SPIF_CAST(list) spif_tok_get_tokens(testtok);
     teststr = SPIF_CAST(str) SPIF_LIST_GET(testlist, 0);




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to