Author: ozizka(a)redhat.com
Date: 2009-06-11 17:46:02 -0400 (Thu, 11 Jun 2009)
New Revision: 521
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/scripts/ScriptsTest.java
Log:
ScriptTest updated.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/scripts/ScriptsTest.java
===================================================================
---
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/scripts/ScriptsTest.java 2009-06-11
18:14:26 UTC (rev 520)
+++
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/scripts/ScriptsTest.java 2009-06-11
21:46:02 UTC (rev 521)
@@ -68,6 +68,7 @@
List<String> notListedScripts = new ArrayList();
for( File file : scriptFiles ) {
notListedScripts.add(file.getName());
+ log.info("Script in bin/ : "+file.getName());
}
// Go to the scripts node.
@@ -84,6 +85,7 @@
for( ContentTableRow row : scriptListingTable.getRows() ) {
String scriptName = row.getCell(0).getTextContent();
notListedScripts.remove(scriptName);
+ log.info("Listed script: '"+scriptName+"'");
}
// Go to the next page. If there's no next page, quit the loop.
Page originalPage = ejtt.getClient().getContentPage();
Show replies by date