Skip to content

Commit bf83c11

Browse files
committed
TEST: DirectionalStats + Avg Orientation Testing Implemented
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
1 parent 01ff301 commit bf83c11

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Source/Test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ if(EBSDLIB_DOWNLOAD_TEST_FILES)
7676
file(MAKE_DIRECTORY "${EBSDLIB_DATA_DIR}/TestFiles/")
7777
endif()
7878

79-
ebsdlib_download_test_data(EBSDLIB_DATA_DIR ${EBSDLIB_DATA_DIR} ARCHIVE_NAME Laue_Orientation_Clusters_v5.tar.gz SHA512 1be0876dbb77e8ca032b371b16c3f642bbfcbac78adb7b3dfb0ad14ec43ec170cf793dab61873b27974a7aa0e0200d27fca07cd51f6620d23dbcc0c7134f60e6)
79+
ebsdlib_download_test_data(EBSDLIB_DATA_DIR ${EBSDLIB_DATA_DIR} ARCHIVE_NAME Laue_Orientation_Clusters_v6.tar.gz SHA512 f327d3d2a86d539b3c1f3fc755d8f5741d8eb68aab45fc1ab54d9e5db48643903f9a37898366203e6eb2e7585ce57c6e186cca2107acb1a53318b813345cb10a)
8080

81-
8281
endif()
8382

8483

Source/Test/DirectionalStatsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void TestDistribution(const std::string& phaseName, LaueOps::Pointer op, const s
134134

135135
TEST_CASE("DirectionalStatsTest:AverageOrientation", "[DirectionalStatsTest]")
136136
{
137-
const ebsdlib::unit_test::TestFileSentinel testDataSentinel(ebsdlib::unit_test::k_TestFilesDir, "Laue_Orientation_Clusters_v6.tar.gz", "Laue_Orientation_Clusters_v6", false, false);
137+
const ebsdlib::unit_test::TestFileSentinel testDataSentinel(ebsdlib::unit_test::k_TestFilesDir, "Laue_Orientation_Clusters_v6.tar.gz", "Laue_Orientation_Clusters_v6", true, true);
138138
std::vector<LaueOps::Pointer> ops = LaueOps::GetAllOrientationOps();
139139

140140
std::set<std::string> tested;

0 commit comments

Comments
 (0)