Kaydet (Commit) 450cacea authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev26 (1.6.2); FILE MERGED

2006/02/17 10:22:23 lla 1.6.2.2: #131489# cleanups
2006/01/30 10:42:03 lla 1.6.2.1: #130750# handle cancel request
üst da60a7cf
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: DocumentConverter.java,v $ * $RCSfile: DocumentConverter.java,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: obo $ $Date: 2006-01-19 14:17:45 $ * last change: $Author: vg $ $Date: 2006-05-17 13:28:06 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -192,15 +192,19 @@ public class DocumentConverter extends EnhancedComplexTestCase ...@@ -192,15 +192,19 @@ public class DocumentConverter extends EnhancedComplexTestCase
log.println("- next file is: ------------------------------"); log.println("- next file is: ------------------------------");
log.println(sEntry); log.println(sEntry);
if (aGTA.checkIfUsable(sEntry)) if (aGTA.checkIfUsableDocumentType(sEntry))
{ {
runGDC(sEntry, sNewReferencePath); runGDC(sEntry, sNewReferencePath);
} }
if (aGTA.cancelRequest())
{
break;
}
} }
} }
else else
{ {
if (aGTA.checkIfUsable(m_sInputPath)) if (aGTA.checkIfUsableDocumentType(m_sInputPath))
{ {
runGDC(m_sInputPath, m_sReferencePath); runGDC(m_sInputPath, m_sReferencePath);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment