Merge "jiri: Use the latest update snapshot manifest when computing LocalProjects."
diff --git a/project/project_test.go b/project/project_test.go
index 5169983..95ae6d0 100644
--- a/project/project_test.go
+++ b/project/project_test.go
@@ -1081,7 +1081,7 @@
 			},
 		},
 		{
-			`<Project exclude="false" name="project" path="path" remote="remote" remotebranch="otherbranch" revision="rev"></Project>`,
+			`<Project this_attribute_should_be_ignored="junk" name="project" path="path" remote="remote" remotebranch="otherbranch" revision="rev"></Project>`,
 			project.Project{
 				Name:         "project",
 				Path:         "path",