<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,12 +42,12 @@ Feature: multi-language support
     And egypt must report that module &lt;main_module&gt; has public_functions = 1
     And egypt must report that module &lt;hello_world_module&gt; has public_functions = 3
     And egypt must report that module &lt;hello_world_module&gt; has number_of_functions = &lt;total_functions&gt;
-    And egypt must report that module &lt;hello_world_module&gt; has public_variables = 1
+    And egypt must report that module &lt;hello_world_module&gt; has public_variables = &lt;public_variables&gt;
   Examples:
-    | language | main_module | hello_world_module | total_functions |
-    | c        | main        | hello_world        | 3               |
-    | c++      | main        | HelloWorld         | 4               |
-    | java     | Main        | HelloWorld         | 4               |
+    | language | main_module | hello_world_module | total_functions | public_variables |
+    | c        | main        | hello_world        | 3               | 2                |
+    | c++      | main        | HelloWorld         | 4               | 1                |
+    | java     | Main        | HelloWorld         | 4               | 1                |
 
   Scenario Outline: inheritance data
     Given I am in samples/animals/&lt;language&gt;</diff>
      <filename>features/language_support.feature</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4f272334b5b86ae2df7679711fc838654c6b7026</id>
    </parent>
  </parents>
  <author>
    <name>Antonio Terceiro</name>
    <email>terceiro@softwarelivre.org</email>
  </author>
  <url>http://github.com/terceiro/egypt/commit/78ea409ee76caedac351b0cbb43da714904ba64d</url>
  <id>78ea409ee76caedac351b0cbb43da714904ba64d</id>
  <committed-date>2009-11-02T14:24:54-08:00</committed-date>
  <authored-date>2009-11-02T14:24:54-08:00</authored-date>
  <message>Adjusting test to new doxyparse capabilities

In this case, doxyparse now considers members of declared structs as
variables.</message>
  <tree>07765de73fe16375e0bfc8fd664c846de622570d</tree>
  <committer>
    <name>Antonio Terceiro</name>
    <email>terceiro@softwarelivre.org</email>
  </committer>
</commit>
