Diff between 3ef920bf523b4f43f9f6cb81152a1bc2ba864992 and 7c4da6ca926dbc83006c505e11405c640db82f92

Changed Files

File Additions Deletions Status
test/pbap-client +1 -1 modified

Full Patch

diff --git a/test/pbap-client b/test/pbap-client
index 51e26eb..16a786b 100755
--- a/test/pbap-client
+++ b/test/pbap-client
@@ -170,6 +170,6 @@ if  __name__ == '__main__':
 
 		pbap_client.flush_transfers(lambda: test_paths(paths[1:]))
 
-	test_paths(["PB", "ICH", "OCH", "MCH", "CCH"])
+	test_paths(["PB", "ICH", "OCH", "MCH", "CCH", "SPD", "FAV"])
 
 	mainloop.run()