{
StreamingWagon wagon = (StreamingWagon) getWagon();
System.out.println( " wagon hashCode " + wagon.hashCode() );
Repository testRepository = new Repository( "id", "http://www.example.com/" );
String localRepositoryPath = FileTestUtils.getTestOutputDir().toString();
File sourceFile = new File( localRepositoryPath, "test-proxied-resource" );
FileUtils.fileWrite( sourceFile.getAbsolutePath(), "content" );