Subversion Repository Public Repository

litesoft

Diff Revisions 973 vs 974 for /trunk/Java/ScarPlus/test/com/esotericsoftware/utils/FileTest.java

Diff revisions: vs.
  @@ -22,7 +22,7 @@
22 22 assertRelative( ".\\Fred" );
23 23 assertRelative( "..\\Fred" );
24 24
25 - String zPath = FileUtil.CANONICAL_USER_DIR.getPath();
25 + String zPath = FileUtils.CANONICAL_USER_DIR.getPath();
26 26 System.out.println( "Current User Dir Path: " + zPath );
27 27
28 28 assertEquals( zPath, new File( zPath + '\\' ).getCanonicalPath() );