wlu: updated
diff --git a/org.eclipse.epf.library.tests/src/org/eclipse/epf/library/tests/exportimport/StandAloneTest.java b/org.eclipse.epf.library.tests/src/org/eclipse/epf/library/tests/exportimport/StandAloneTest.java
index 18f92ea..345a0f5 100644
--- a/org.eclipse.epf.library.tests/src/org/eclipse/epf/library/tests/exportimport/StandAloneTest.java
+++ b/org.eclipse.epf.library.tests/src/org/eclipse/epf/library/tests/exportimport/StandAloneTest.java
@@ -44,11 +44,11 @@
 		//LibraryDiffAnalyzor.addExcludedFeature("sectionDescription");	
 		
 		TestCommandMgr tcMgr = new TestCommandMgr(true);
-		File file = new File("C:\\Libs\\71\\");
+		File file = new File("C:\\Libs\\72\\");
 		tcMgr.openCurrTestDir(file);
 		
-		String lib1Path = "C:\\Libs\\71\\library.71";
-		String lib2Path = "C:\\Libs\\71\\A_Originals\\library.71";		
+		String lib1Path = "C:\\Libs\\72\\OpenUp72";
+		String lib2Path = "C:\\Libs\\72\\a";		
 		MethodLibrary lib1 = service.loadLibrary(lib1Path);
 		MethodLibrary lib2 = service.loadLibrary(lib2Path);
 		ConfigurationImportService.fixImportLibrarySystemPackageGUIDs(lib1, lib2);