buildframework/helium/sf/java/diamonds/tests/antunit/test_diamonds.ant.xml
changeset 588 c7c26511138f
parent 587 85df38eb4012
child 628 7c4a911dc066
--- a/buildframework/helium/sf/java/diamonds/tests/antunit/test_diamonds.ant.xml	Tue Apr 27 08:33:08 2010 +0300
+++ b/buildframework/helium/sf/java/diamonds/tests/antunit/test_diamonds.ant.xml	Wed Jun 16 16:51:40 2010 +0300
@@ -25,7 +25,7 @@
 
     
     <import file="run-scenario.ant.xml" />
-    
+
     <target name="test-build">
         <runScenario scenario="build" target="unittest-diamonds" />
         <au:assertFileExists file="${temp.dir}/output/diamonds-start.log.xml" />
@@ -43,5 +43,10 @@
         <au:assertFileExists file="${temp.dir}/output/diamonds-start.log.xml" />
         <au:assertFileExists file="${temp.dir}/output/diamonds-finish.xml" />
     </target>
+
+    <target name="test-build-with-invalid-templates-1">
+        <runScenario scenario="invalid-templates-1" failonerror="false" target="unittest-diamonds" />
+        <au:assertLogContains text="Not supported: two stages withsame ending target"/>
+    </target>
     
 </project>
\ No newline at end of file