x-ware-ltd / access-scc-addin

Microsoft Access SCC Addin
Apache License 2.0
2 stars 4 forks source link

Fixed Issue #43 #44

Closed bkp7 closed 5 years ago

bkp7 commented 5 years ago

Test 1: Run asPopulateTmpObjects with non existing folder, SVN folder which is not an MS Access SVN repository, and valid repository

Public Function Test()
  Dim a() As SVNITEM
  asPurgeTmpObjectsTables
  'Call asPopulateTmpObjectsImport(objForm, "", a)
  'Call asPopulateTmpObjectsImport(objForm, "C:\SVN\access-scc-addin.git", a)
  Call asPopulateTmpObjectsImport(objForm, "C:\SVN\access-scc-addin.git\branches\Fix-Issue-43-Disable-Import-Button", a)
End Function

Also tested add in shows Import Button disabled on start up when export folder is not an MS Access SVN repository