<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,4 +21,10 @@ class TestMethods &lt; Test::Unit::TestCase
     assert_equal &quot;FINEST&quot;, @logging.get_logger_level(&quot;global&quot;)
   end
 
+  # make sure we can also use Java name convention
+  def test_invoke_CamelCaseOperation
+    @logging.setLoggerLevel &quot;global&quot;, &quot;FINE&quot;
+    assert_equal &quot;FINE&quot;, @logging.getLoggerLevel(&quot;global&quot;)
+  end
+
 end</diff>
      <filename>test/tc_methods.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9064ee710a9c8f186c3ad45538f9f97974d755c6</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </author>
  <url>http://github.com/jmesnil/jmx4r/commit/ebfc035c61fa9e231e51b96a5f498ba22a2c11b0</url>
  <id>ebfc035c61fa9e231e51b96a5f498ba22a2c11b0</id>
  <committed-date>2009-10-21T02:30:13-07:00</committed-date>
  <authored-date>2009-10-21T02:30:13-07:00</authored-date>
  <message>test operation invocation with CamelCase convention</message>
  <tree>9efbc72bf9901bd92602e231b4f110b9ad61ee4a</tree>
  <committer>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </committer>
</commit>
