I cloned the https://github.com/Azure/azure-storage-java.git project and want to do some changes. In-order to verify the changes I would like to execute the Junits.
Looking at https://github.com/Azure/azure-storage-java/blob/master/microsoft-azure-storage-test/res/TestConfigurations.xml. It looks like there are two options.
- Running against the storage emulator
- Running against real storage
I tried to edit https://github.com/Azure/azure-storage-java/blob/master/microsoft-azure-storage-test/res/TestConfigurations.xml with my own storage account and got
com.microsoft.azure.storage.StorageException: A Client side exception occurred, please check the inner exception for details: Caused by: java.lang.IllegalArgumentException: Primary and secondary location URIs in a StorageUri
Please advise, both options are fine by me?