Skip to Content.
Sympa Menu

notify-dpml - r882 - trunk/main/metro/test/src/test/net/dpml/metro/runtime/test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r882 - trunk/main/metro/test/src/test/net/dpml/metro/runtime/test
  • Date: Sun, 8 Jan 2006 22:23:07 +0100

Author: mcconnell
Date: 2006-01-08 22:23:07 +0100 (Sun, 08 Jan 2006)
New Revision: 882

Modified:

trunk/main/metro/test/src/test/net/dpml/metro/runtime/test/CategoriesTestCase.java
Log:
fix type

Modified:
trunk/main/metro/test/src/test/net/dpml/metro/runtime/test/CategoriesTestCase.java
===================================================================
---
trunk/main/metro/test/src/test/net/dpml/metro/runtime/test/CategoriesTestCase.java
2006-01-08 21:16:42 UTC (rev 881)
+++
trunk/main/metro/test/src/test/net/dpml/metro/runtime/test/CategoriesTestCase.java
2006-01-08 21:23:07 UTC (rev 882)
@@ -60,8 +60,8 @@
public void testCategories() throws Exception
{
Component component = CONTROLLER.createComponent( m_uri );
- Provider instance = component.getProvider();
- CategoriesComponent instance = (CategoriesComponent)
instance.getValue( false );
+ Provider provider = component.getProvider();
+ CategoriesComponent instance = (CategoriesComponent)
provider.getValue( false );
component.deactivate();
}





  • r882 - trunk/main/metro/test/src/test/net/dpml/metro/runtime/test, mcconnell at BerliOS, 01/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page