[Git][NTPsec/ntpsec][tests_numtoa] Adjusted test values, again.
    Ian Bruene 
    gitlab at mg.gitlab.com
       
    Mon Jul 30 18:19:58 UTC 2018
    
    
  
Ian Bruene pushed to branch tests_numtoa at NTPsec / ntpsec
Commits:
49a1585b by Ian Bruene at 2018-07-30T18:19:36Z
Adjusted test values, again.
- - - - -
1 changed file:
- tests/libntp/numtoa.c
Changes:
=====================================
tests/libntp/numtoa.c
=====================================
@@ -32,8 +32,8 @@ TEST(numtoa, RefidStr) {
 	res = refid_str(0x11223344, 8);
 	TEST_ASSERT_EQUAL_STRING("68.51.34.17", res);
 	// Test !(stratum > 1)
-	res = refid_str(0x40414243, 0);
-	TEST_ASSERT_EQUAL_STRING(".CBA at .", res);
+	res = refid_str(0x44535047, 0);
+	TEST_ASSERT_EQUAL_STRING(".GPSD.", res);
 }
 
 TEST_GROUP_RUNNER(numtoa) {
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/49a1585b3466491d65904ab6a831ab4a616a6bdb
-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/49a1585b3466491d65904ab6a831ab4a616a6bdb
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180730/001e1bdd/attachment-0001.html>
    
    
More information about the vc
mailing list