Author: bodewig
Date: Tue Oct 10 10:45:34 2006
New Revision: 454848

URL: http://svn.apache.org/viewvc?view=rev&rev=454848
Log:
wrong property

Modified:
    ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml

Modified: 
ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml?view=diff&rev=454848&r1=454847&r2=454848
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml 
(original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/build-tasks/msbuild-test.xml Tue 
Oct 10 10:45:34 2006
@@ -57,7 +57,7 @@
     <property name="foo2" value="xyzzy"/>
     <dn:msbuild errorProperty="msbuild.failed1">
       <dn:build>
-        <Message Text="foo is ${foo}"
+        <Message Text="foo is ${foo2}"
                  xmlns="http://schemas.microsoft.com/developer/msbuild/2003"/>
       </dn:build>
     </dn:msbuild>
@@ -97,4 +97,4 @@
     <au:assertPropertySet name="msbuild.failed"/>
   </target>
 
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to