You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2013/01/25 19:35:32 UTC

svn commit: r1438638 - /qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py

Author: kgiusti
Date: Fri Jan 25 18:35:32 2013
New Revision: 1438638

URL: http://svn.apache.org/viewvc?rev=1438638&view=rev
Log:
NO-JIRA: driver tests not applicable to java - skip them

Modified:
    qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py

Modified: qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py?rev=1438638&r1=1438637&r2=1438638&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py (original)
+++ qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py Fri Jan 25 18:35:32 2013
@@ -878,6 +878,20 @@ class SSL(object):
     raise Skipped()
   peer_hostname = property(_get_peer_hostname, _set_peer_hostname)
 
+
+class Driver(object):
+  """ Proton-c platform abstraction - not needed."""
+  def __init__(self, *args, **kwargs):
+    raise Skipped()
+class Connector(object):
+  """ Proton-c platform abstraction - not needed."""
+  def __init__(self, *args, **kwargs):
+    raise Skipped()
+class Listener(object):
+  """ Proton-c platform abstraction - not needed."""
+  def __init__(self, *args, **kwargs):
+    raise Skipped()
+
 __all__ = [
            "ACCEPTED",
            "LANGUAGE",
@@ -887,10 +901,13 @@ __all__ = [
            "PN_SESSION_WINDOW",
            "Condition",
            "Connection",
+           "Connector",
            "Data",
            "Delivery",
+           "Driver",
            "Endpoint",
            "Link",
+           "Listener",
            "Message",
            "MessageException",
            "Messenger",



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org