You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/11/29 02:54:27 UTC

svn commit: r480352 - /incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js

Author: jmargaris
Date: Tue Nov 28 18:54:26 2006
New Revision: 480352

URL: http://svn.apache.org/viewvc?view=rev&rev=480352
Log:
document name now "ui" not "xal"

Modified:
    incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js

Modified: incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js?view=diff&rev=480352&r1=480351&r2=480352
==============================================================================
--- incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js (original)
+++ incubator/xap/trunk/testsrc/xap/taghandling/_TestPluginRegistryImpl.js Tue Nov 28 18:54:26 2006
@@ -46,7 +46,7 @@
  	assertTrue("tag mapping for objectDataSource with wrong document is null",
  		tagMapping==null);
 
- 	tagMapping = pluginRegistry.getTagMapping("iteratorPlaceHolder",null,"xal");
+ 	tagMapping = pluginRegistry.getTagMapping("iteratorPlaceHolder",null,"ui");
  	assertTrue("tag mapping for iteratorPlaceHolder is special item",
  		tagMapping==xap.taghandling.PluginRegistryImpl.NO_MAPPED_CLASS);