# HG changeset patch # User IBBoard # Date 1315943346 -3600 # Node ID 14d0450f295d7bb62b38fecd97747cd28d4733c0 # Parent 3a626ea2604adefb268c34cd4013c001f0b66255 * Fix file path in test case to work on Linux * Switch to using XmlUnit in binary form (because license allows it) diff -r 3a626ea2604a -r 14d0450f295d API/Exporters/XmlSaveTest.cs --- a/API/Exporters/XmlSaveTest.cs Tue Sep 13 20:29:40 2011 +0100 +++ b/API/Exporters/XmlSaveTest.cs Tue Sep 13 20:49:06 2011 +0100 @@ -19,7 +19,7 @@ { Army mockArmy; string outputFile = "test_output.xml"; - string goldFile = "testdata\\xml_output.xml"; + string goldFile = "testdata/xml_output.xml"; string xslt = ""; string goldOutput = "Mock Army"; diff -r 3a626ea2604a -r 14d0450f295d IBBoard.WarFoundry.API.Tests.csproj --- a/IBBoard.WarFoundry.API.Tests.csproj Tue Sep 13 20:29:40 2011 +0100 +++ b/IBBoard.WarFoundry.API.Tests.csproj Tue Sep 13 20:49:06 2011 +0100 @@ -1,4 +1,4 @@ - + Debug @@ -304,6 +304,7 @@ PreserveNewest + @@ -311,6 +312,9 @@ False + + libs\xmlunit.dll + @@ -329,10 +333,6 @@ {C52AFD32-B869-4E14-AACE-2846AD2CC742} IBBoard.NUnit - - {E66FAEFC-4599-4AAB-A57F-0BB2554FA5B6} - Xmlunit - diff -r 3a626ea2604a -r 14d0450f295d LICENSE-XmlUnit.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE-XmlUnit.txt Tue Sep 13 20:49:06 2011 +0100 @@ -0,0 +1,36 @@ +/* +****************************************************************** +Copyright (c) 2001-2007, Jeff Martin, Tim Bacon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of the xmlunit.sourceforge.net nor the names + of its contributors may be used to endorse or promote products + derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +****************************************************************** +*/ + diff -r 3a626ea2604a -r 14d0450f295d libs/xmlunit.dll Binary file libs/xmlunit.dll has changed