File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Components/DLM/BExIS.Dlm.Tests/Services/Data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ public void UpdateSingleValueInMetadata_valid_updatedValue()
804804 var version = dm . GetDatasetLatestVersion ( dataset . Id ) ;
805805 // Act
806806 //string xpath = "Metadata/Basic/BasicType/alternateIdentifier/alternateIdentifierType";
807- string xpath = "Metadata/Basic/BasicType/DatasetGUID/DatasetGUIDType " ;
807+ string xpath = "Metadata/Basic/BasicType/DatasetGUID/String " ;
808808 string value = "new doi" + DateTime . Now . ToString ( ) ;
809809
810810 dm . UpdateSingleValueInMetadata ( version . Id , xpath , value ) ;
@@ -840,7 +840,7 @@ public void UpdateValueInMetadata_valid_updatedValue()
840840 var version = dm . GetDatasetLatestVersion ( dataset . Id ) ;
841841 // Act
842842 //string xpath = "Metadata/Basic/BasicType/alternateIdentifier/alternateIdentifierType";
843- string xpath = "Metadata/Basic/BasicType/DatasetGUID/DatasetGUIDType " ;
843+ string xpath = "Metadata/Basic/BasicType/DatasetGUID/String " ;
844844 string value = "new doi" + DateTime . Now . ToString ( ) ;
845845 string value2 = "new doi new" ;
846846
@@ -882,7 +882,7 @@ public void UpdateValueInMetadata_lastValueEmpty_updatedValueFromLast()
882882 var version = dm . GetDatasetLatestVersion ( dataset . Id ) ;
883883 // Act
884884 //string xpath = "Metadata/Basic/BasicType/alternateIdentifier/alternateIdentifierType";
885- string xpath = "Metadata/Basic/BasicType/DatasetGUID/DatasetGUIDType " ;
885+ string xpath = "Metadata/Basic/BasicType/DatasetGUID/String " ;
886886 string value = "" ;
887887 string value2 = "new doi new" ;
888888
You can’t perform that action at this time.
0 commit comments