glib/tsrc/BC/tests/testglib.c
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
  1115 		   string1->str,
  1115 		   string1->str,
  1116 		   10, 666, 15, 15, 666.666666666, 666.666666666);
  1116 		   10, 666, 15, 15, 666.666666666, 666.666666666);
  1117  #endif
  1117  #endif
  1118 #endif  /* SYMBIAN */
  1118 #endif  /* SYMBIAN */
  1119 
  1119 
  1120   g_assert((gulong)string2->len == 10319);
  1120   g_assert((gulong)string2->len == 10323);
  1121   g_string_free (string1, TRUE);
  1121   g_string_free (string1, TRUE);
  1122   g_string_free (string2, TRUE);
  1122   g_string_free (string2, TRUE);
  1123 
  1123 
  1124   /* append */
  1124   /* append */
  1125   string1 = g_string_new ("firsthalf");
  1125   string1 = g_string_new ("firsthalf");