HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/thread-self/root/usr/share/augeas/lenses/dist/tests/test_apt_update_manager.aug
(*
Module: Test_Apt_Update_Manager
  Provides unit tests and examples for the <Apt_Update_Manager> lens.
*)
module Test_Apt_Update_Manager =

(* Variable: meta_release *)
let meta_release = "# default location for the meta-release file

[METARELEASE]
URI = http://changelogs.ubuntu.com/meta-release
URI_LTS = http://changelogs.ubuntu.com/meta-release-lts
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
"

(* Test: Apt_Update_Manager.lns *)
test Apt_Update_Manager.lns get meta_release =
  { "#comment" = "default location for the meta-release file" }
  {  }
  { "METARELEASE"
    { "URI" = "http://changelogs.ubuntu.com/meta-release" }
    { "URI_LTS" = "http://changelogs.ubuntu.com/meta-release-lts" }
    { "URI_UNSTABLE_POSTFIX" = "-development" }
    { "URI_PROPOSED_POSTFIX" = "-proposed" }
  }

(* Variable: release_upgrades *)
let release_upgrades = "# Default behavior for the release upgrader.

[DEFAULT]
Prompt=lts
"

(* Test: Apt_Update_Manager.lns *)
test Apt_Update_Manager.lns get release_upgrades =
  { "#comment" = "Default behavior for the release upgrader." }
  {  }
  { "DEFAULT"
    { "Prompt" = "lts" }
  }