Changeset 3370

Show
Ignore:
Timestamp:
06/16/08 09:33:37 (3 months ago)
Author:
dgollub
Message:

Fixed build of merge unittests. Adapted to xmlformat changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/merger-tests/check_merger.c

    r2529 r3370  
    22 
    33#include <opensync/opensync-merger.h> 
     4#include <opensync/opensync-xmlformat.h> 
    45 
    56START_TEST (merger_new) 
  • trunk/tests/merger-tests/check_xmlformat.c

    r3168 r3370  
    11#include "support.h" 
    22 
    3 #include <opensync/opensync-merger.h> 
    4  
    5 #include "opensync/merger/opensync_xmlformat_internals.h" 
     3#include <opensync/opensync-xmlformat.h> 
     4 
     5#include "opensync/xmlformat/opensync_xmlformat_internals.h" 
    66 
    77START_TEST (xmlformat_new)