Revision 1854 trunk/tests/test_nzbcreator.c

test_nzbcreator.c (revision 1854)
127 127
    file_ids = ng_list_append(NULL, GINT_TO_POINTER(33));
128 128
    file_ids = ng_list_append(file_ids, GINT_TO_POINTER(46));
129 129
    file_ids = ng_list_append(file_ids, GINT_TO_POINTER(211));
130
    oldest_stamp = 123456789;
131
    newest_stamp = 123498765;
130
    oldest_stamp = 1234567890;
131
    newest_stamp = 1234987654;
132 132

                
133 133
    g_test_message("Now generating NZB");
134 134

                

Also available in: Unified diff