<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 11/28/2011 01:48 PM, Endi Sukma Dewata wrote:
    <blockquote cite="mid:4ED3D776.2090306@redhat.com" type="cite">A new
      function add_junit_test() has been added to execute JUnit
      <br>
      tests in CMake. The function is used to execute the unit tests in
      <br>
      the common package.
      <br>
      <br>
      Ticket #36
      <br>
      <br>
      Note: The test report will be handled in a separate patch. JUnit
      doesn't have a built-in report generator, so we might have to
      write a custom code to generate this kind of report:
      <br>
      <br>
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports">http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a>
</pre>
    </blockquote>
    ACK from me.  I applied the patch and ran the scripte
    build_dogtag_pki  which still ran successfully.  I also applied and
    ran the tests by hand  usig cmake:<br>
    <br>
    <br>
    -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_CORE:BOOL=ON 
    -DJAVA_LIB_INSTALL_DIR=/usr/lib64/java   ../../pki/pki/<br>
    <br>
    make<br>
    make test<br>
    <br>
    <br>
    We'll push it as soon as we get the git repo established and
    approved.<br>
    <br>
    <br>
    Can you open tickets for the TODO messages in the code, 
    specifically about the one for automatically finding all of the
    JUnit tests?<br>
    <br>
    <br>
  </body>
</html>