package com.tandbergtv.watchpoint.pmm;

import junit.framework.TestCase;

import com.tandbergtv.watchpoint.pmm.core.PMMService;

public class PMMServiceTest extends TestCase {

	public void testAssetReceivedStatus() {
		PMMService service = new PMMService();				

//		service.sendAssetReceivedStatus(null, "movie", null, "1.1", "c1", "e1",
//				"s1");
		
//		service.sendMetadataReceivedStatus(null, null, "1.1", "", "", "");
	}
}
