66 Copyright (c) 2012 Scientific Computing and Imaging Institute,
77 University of Utah.
88
9-
9+
1010 Permission is hereby granted, free of charge, to any person obtaining a
1111 copy of this software and associated documentation files (the "Software"),
1212 to deal in the Software without restriction, including without limitation
@@ -45,11 +45,11 @@ using namespace boost::assign;
4545TEST (ModuleDescriptionXMLTest, CanSerializeModuleInfo)
4646{
4747 ModuleLookupInfoXML info;
48- info.module_name_ = " ComputeSVD" ;
48+ info.module_name_ = " ComputeSVD" ;
4949 info.category_name_ = " Math" ;
5050 info.package_name_ = " SCIRun" ;
5151
52- auto filename = TestResources::rootDir () / " info.xml" ;
52+ auto filename = TestResources::rootDir () / " TransientOutput " / " info.xml" ;
5353
5454 XMLSerializer::save_xml (info, filename.string (), " moduleInfo" );
5555
@@ -80,12 +80,12 @@ TEST(SerializeNetworkTest, WhatDoWeNeed)
8080 connections += conn, conn2;
8181
8282 ModuleLookupInfoXML info1;
83- info1.module_name_ = " ComputeSVD" ;
83+ info1.module_name_ = " ComputeSVD" ;
8484 info1.category_name_ = " Math" ;
8585 info1.package_name_ = " SCIRun" ;
8686
8787 ModuleLookupInfoXML info2;
88- info2.module_name_ = " CreateMatrix" ;
88+ info2.module_name_ = " CreateMatrix" ;
8989 info2.category_name_ = " Math" ;
9090 info2.package_name_ = " SCIRun" ;
9191
@@ -99,5 +99,5 @@ TEST(SerializeNetworkTest, WhatDoWeNeed)
9999 NetworkXML network;
100100 network.connections = connections;
101101 network.modules = mods;
102- XMLSerializer::save_xml (network, (TestResources::rootDir () / " network.srn" ).string (), " network" );
103- }
102+ XMLSerializer::save_xml (network, (TestResources::rootDir () / " TransientOutput " / " network.srn" ).string (), " network" );
103+ }
0 commit comments