File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
test/UnitTest/SourceControl/Git Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1110,13 +1110,7 @@ ClassMethod Type(InternalName As %String) As %String
11101110
11111111ClassMethod ItemIsGenerated (InternalName As %String ) As %Boolean
11121112{
1113- set normalizedName = InternalName
1114- set normalizedName = ..NormalizeInternalName (.normalizedName )
1115- quit :normalizedName =" " 0
1116- quit :..Type (.normalizedName )'=" cls" 0
1117- set className = ..NameWithoutExtension (normalizedName )
1118- quit :className =" " 0
1119- quit ($$$defClassKeyGet(className ,$$$cCLASSgeneratedby)'=" " )
1113+ return ##class (%RoutineMgr ).IsGenerated (..NormalizeInternalName (InternalName ))
11201114}
11211115
11221116ClassMethod NameWithoutExtension (InternalName As %String ) As %String [ CodeMode = expression ]
Original file line number Diff line number Diff line change 1- Class UnitTest .SourceControl .Git .Extension Extends % UnitTest .TestCase
1+ Class UnitTest .SourceControl .Git .Extension Extends UnitTest .SourceControl . Git . AbstractTest
22{
33
44Method TestGeneratedFilesReadOnlyOption ()
You can’t perform that action at this time.
0 commit comments