You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/07/15 19:57:56 UTC

cvs commit: incubator-geronimo/modules/jetty/src/test/org/apache/geronimo/jetty ApplicationTest.java SecurityTest.java

djencks     2004/07/15 10:57:56

  Modified:    modules/jetty/src/test/org/apache/geronimo/jetty
                        ApplicationTest.java SecurityTest.java
  Log:
  reference name case updates
  
  Revision  Changes    Path
  1.14      +2 -2      incubator-geronimo/modules/jetty/src/test/org/apache/geronimo/jetty/ApplicationTest.java
  
  Index: ApplicationTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/jetty/src/test/org/apache/geronimo/jetty/ApplicationTest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ApplicationTest.java	12 Jul 2004 06:07:50 -0000	1.13
  +++ ApplicationTest.java	15 Jul 2004 17:57:56 -0000	1.14
  @@ -112,7 +112,7 @@
           tm = new GBeanMBean(GeronimoTransactionManager.GBEAN_INFO);
           Set patterns = new HashSet();
           patterns.add(ObjectName.getInstance("geronimo.server:j2eeType=JCAManagedConnectionFactory,*"));
  -        tm.setReferencePatterns("resourceManagers", patterns);
  +        tm.setReferencePatterns("ResourceManagers", patterns);
           start(tmName, tm);
           ctc = new GBeanMBean(ConnectionTrackingCoordinator.GBEAN_INFO);
           start(tcaName, ctc);
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/jetty/src/test/org/apache/geronimo/jetty/SecurityTest.java
  
  Index: SecurityTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/jetty/src/test/org/apache/geronimo/jetty/SecurityTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SecurityTest.java	12 Jul 2004 06:07:50 -0000	1.2
  +++ SecurityTest.java	15 Jul 2004 17:57:56 -0000	1.3
  @@ -172,7 +172,7 @@
           tm = new GBeanMBean(GeronimoTransactionManager.GBEAN_INFO);
           Set patterns = new HashSet();
           patterns.add(ObjectName.getInstance("geronimo.management:J2eeType=ManagedConnectionFactory,*"));
  -        tm.setReferencePatterns("resourceManagers", patterns);
  +        tm.setReferencePatterns("ResourceManagers", patterns);
           start(tmName, tm);
           ctc = new GBeanMBean(ConnectionTrackingCoordinator.GBEAN_INFO);
           start(tcaName, ctc);