added dist hook for new napali source.
[asdcplib.git] / src / asdcp-mem-test.cpp
index 4b44ad67087da044d3ce17f642baf4a054fab4bb..73392273fc8129a707b84f77e63836bc62292a90 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004, John Hurst
+Copyright (c) 2004-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -105,7 +105,7 @@ int d()
 {
   //  MPEG2::Parser     mPFile;
   MPEG2::MXFReader  mRFile;
-  Result_t result = mRFile.OpenRead("../test/write_test_mpeg.mxf");
+  Result_t result = mRFile.OpenRead("../tests/write_test_mpeg.mxf");
   assert(ASDCP_SUCCESS(result));
 
   //  MPEG2::MXFWriter  mWFile;