Re: wbemprox/tests: Add initial tests for ASSOCIATORS query.
On Sun, 2016-04-17 at 21:03 +0200, Sebastian Lackner wrote:
+static void test_associators( IWbemServices *services ) +{ + static const WCHAR query1[] = + {'A','S','S','O','C','I','A','T','O','R','S',' ','O','F',' ','{','W','i','n','3','2','_', + 'v','L','o','g','i','c','a','l','D','i','s','k','.', 'D','e','v','i','c','e','I','D','=','"','C',':','"','}',0};
Should that be 'Win32_LogicalDisk'?
On 18.04.2016 09:11, Hans Leidekker wrote:
On Sun, 2016-04-17 at 21:03 +0200, Sebastian Lackner wrote:
+static void test_associators( IWbemServices *services ) +{ + static const WCHAR query1[] = + {'A','S','S','O','C','I','A','T','O','R','S',' ','O','F',' ','{','W','i','n','3','2','_', + 'v','L','o','g','i','c','a','l','D','i','s','k','.', 'D','e','v','i','c','e','I','D','=','"','C',':','"','}',0};
Should that be 'Win32_LogicalDisk'?
Looks indeed like a typo, thanks. I've sent a fixed version.
participants (2)
-
Hans Leidekker -
Sebastian Lackner