From dcd48e3b57809645e3dd81faa72b280790a95862 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 3 Nov 2009 11:31:15 -0500 Subject: [svn-r17810] Corrected expected output text file to match actual output. (Verified to linux output). Corrected solution file type to not try to build .exe the solution name. --- windows/examples/allexamples/allexamples.vcproj | 8 ++++---- windows/examples/testExamples_exp_output.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/windows/examples/allexamples/allexamples.vcproj b/windows/examples/allexamples/allexamples.vcproj index 4c87ec0..d426da9 100644 --- a/windows/examples/allexamples/allexamples.vcproj +++ b/windows/examples/allexamples/allexamples.vcproj @@ -21,7 +21,7 @@ Name="Release|Win32" OutputDirectory="..\..\..\examples\$(ProjectName)\$(ConfigurationName)" IntermediateDirectory="$(OutDir)" - ConfigurationType="1" + ConfigurationType="10" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" @@ -109,7 +109,7 @@ Name="Release|x64" OutputDirectory="..\..\..\examples\$(ProjectName)\$(ConfigurationName)" IntermediateDirectory="$(OutDir)" - ConfigurationType="1" + ConfigurationType="10" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" @@ -198,7 +198,7 @@ Name="Debug|Win32" OutputDirectory="..\..\..\examples\$(ProjectName)\$(ConfigurationName)" IntermediateDirectory="$(OutDir)" - ConfigurationType="1" + ConfigurationType="10" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" @@ -286,7 +286,7 @@ Name="Debug|x64" OutputDirectory="..\..\..\examples\$(ProjectName)\$(ConfigurationName)" IntermediateDirectory="$(OutDir)" - ConfigurationType="1" + ConfigurationType="10" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" diff --git a/windows/examples/testExamples_exp_output.txt b/windows/examples/testExamples_exp_output.txt index 228c69f..b57688f 100755 --- a/windows/examples/testExamples_exp_output.txt +++ b/windows/examples/testExamples_exp_output.txt @@ -2,7 +2,9 @@ Expected output for HDF5 C examples tests ############################# The value of the attribute "Integer attribute" is 1 -Found string attribute; its index is 1 , value = ABCD +Found string attribute; its index is 2 , value = ABCD + +Name : Character attribute Name : Float attribute Rank : 2 @@ -10,8 +12,6 @@ Dimension sizes : 2 3 Type : FLOAT Values : -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -Name : Character attribute - Name : Integer attribute Field c : -- cgit v0.12