[Zope-CVS] CVS: PythonNet/src/testing - EventTest.cs:1.4
MethodTest.cs:1.2
Brian Lloyd
cvs-admin at zope.org
Mon Oct 27 21:07:34 EST 2003
Update of /cvs-repository/PythonNet/src/testing
In directory cvs.zope.org:/tmp/cvs-serv9370/src/testing
Modified Files:
EventTest.cs MethodTest.cs
Log Message:
Checkin for b1, before the cable bugs out again :(
=== PythonNet/src/testing/EventTest.cs 1.3 => 1.4 ===
--- PythonNet/src/testing/EventTest.cs:1.3 Tue Oct 7 22:29:17 2003
+++ PythonNet/src/testing/EventTest.cs Mon Oct 27 21:07:02 2003
@@ -38,6 +38,7 @@
private event TestEventHandler PrivateEvent;
+
public static int s_value;
public int value;
=== PythonNet/src/testing/MethodTest.cs 1.1 => 1.2 ===
--- PythonNet/src/testing/MethodTest.cs:1.1 Mon Jul 14 16:00:05 2003
+++ PythonNet/src/testing/MethodTest.cs Mon Oct 27 21:07:02 2003
@@ -53,8 +53,17 @@
return "private static";
}
+ }
+
+ public class MethodTestSub : MethodTest {
+ public MethodTestSub() : base() {}
+
+ public string PublicMethod(string echo) {
+ return echo;
+ }
}
+
}
More information about the Zope-CVS
mailing list